|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
org.jvoicexml.jndi.CharacterInputSkeleton
public final class CharacterInputSkeleton
Skeleton for the CharacterInput.
Copyright © 2006-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
CharacterInput,
Serialized Form| Field Summary |
|---|
| Fields inherited from class java.rmi.server.RemoteObject |
|---|
ref |
| Constructor Summary | |
|---|---|
CharacterInputSkeleton()
Constructs a new object. |
|
CharacterInputSkeleton(String id,
CharacterInput characterInput)
Constructs a new object. |
|
| Method Summary | |
|---|---|
void |
addCharacter(char dtmf)
The user entered a DTMF. |
String |
getSkeletonName()
Retrieves the name to which the skeleton is bound. |
void |
startRecognition()
Detects and reports character and/or spoken input simultaneously. |
void |
stopRecognition()
Stops a previously started recognition. |
| Methods inherited from class java.rmi.server.UnicastRemoteObject |
|---|
clone, exportObject, exportObject, exportObject, unexportObject |
| Methods inherited from class java.rmi.server.RemoteServer |
|---|
getClientHost, getLog, setLog |
| Methods inherited from class java.rmi.server.RemoteObject |
|---|
equals, getRef, hashCode, toString, toStub |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CharacterInputSkeleton()
throws RemoteException
RemoteException - Error creating the skeleton.
public CharacterInputSkeleton(String id,
CharacterInput characterInput)
throws RemoteException
id - The session ID.characterInput - The character input device.
RemoteException - Error creating the skeleton.| Method Detail |
|---|
public void addCharacter(char dtmf)
throws RemoteException
addCharacter in interface RemoteCharacterInputdtmf - Entered DTMF.
RemoteException - Error in remote procedure call.
public void startRecognition()
throws RemoteException
startRecognition in interface RemoteCharacterInputRemoteException - Error in remote procedure call.
public void stopRecognition()
throws RemoteException
stopRecognition in interface RemoteCharacterInputRemoteException - Error in remote procedure call.RemoteCharacterInput.startRecognition()
public String getSkeletonName()
throws RemoteException
getSkeletonName in interface SkeletonRemoteException - Error calling the remote method.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||