|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jvoicexml.implementation.red5.Red5SynthesizedOutput
public class Red5SynthesizedOutput
Demo implementation for a synthesized output using the Red5 server.
| Constructor Summary | |
|---|---|
Red5SynthesizedOutput()
|
|
| Method Summary | |
|---|---|
void |
activate()
|
void |
addListener(SynthesizedOutputListener listener)
|
void |
cancelOutput()
|
void |
close()
|
void |
connect(ConnectionInformation client)
|
void |
disconnect(ConnectionInformation client)
|
String |
getType()
|
URI |
getUriForNextSynthesisizedOutput()
|
boolean |
isBusy()
|
void |
open()
|
void |
passivate()
|
void |
queueSpeakable(SpeakableText speakable,
String sessionId,
DocumentServer documentServer)
|
void |
removeListener(SynthesizedOutputListener listener)
|
boolean |
supportsBargeIn()
|
void |
waitNonBargeInPlayed()
|
void |
waitQueueEmpty()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Red5SynthesizedOutput()
| Method Detail |
|---|
public String getType()
getType in interface ExternalResource
public void open()
throws NoresourceError
open in interface ExternalResourceNoresourceError
public void activate()
throws NoresourceError
activate in interface ExternalResourceNoresourceError
public void passivate()
throws NoresourceError
passivate in interface ExternalResourceNoresourceErrorpublic void close()
close in interface ExternalResourcepublic boolean isBusy()
isBusy in interface ExternalResourceisBusy in interface OutputDevice
public void connect(ConnectionInformation client)
throws IOException
connect in interface RemoteConnectableIOExceptionpublic void disconnect(ConnectionInformation client)
disconnect in interface RemoteConnectablepublic boolean supportsBargeIn()
supportsBargeIn in interface OutputDevice
public void cancelOutput()
throws NoresourceError
cancelOutput in interface OutputDeviceNoresourceErrorpublic void addListener(SynthesizedOutputListener listener)
addListener in interface ObservableSynthesizedOutputpublic void removeListener(SynthesizedOutputListener listener)
removeListener in interface ObservableSynthesizedOutput
public URI getUriForNextSynthesisizedOutput()
throws NoresourceError,
URISyntaxException
getUriForNextSynthesisizedOutput in interface SynthesizedOutputNoresourceError
URISyntaxException
public void queueSpeakable(SpeakableText speakable,
String sessionId,
DocumentServer documentServer)
throws NoresourceError,
BadFetchError
queueSpeakable in interface SynthesizedOutputNoresourceError
BadFetchErrorpublic void waitNonBargeInPlayed()
waitNonBargeInPlayed in interface SynthesizedOutputpublic void waitQueueEmpty()
waitQueueEmpty in interface SynthesizedOutput
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||