|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RemoteSession
Remote interface to enable remote method calls betwennK
SessionSkeleton and
SessionStub.
Copyright © 2006-2007 JVoiceXML group - http://jvoicexml.sourceforge.net/
Session,
SessionSkeleton| Method Summary | |
|---|---|
void |
call(URI uri)
Handles a call request. |
void |
close()
Closes this session. |
CharacterInput |
getCharacterInput()
Retrieves the DTMF input device. |
void |
hangup()
Handles a hangup request. |
void |
waitSessionEnd()
Delays until the session ends. |
| Method Detail |
|---|
void call(URI uri)
throws RemoteException
Starts processing of the current application.
uri - URI of the first document to load.
RemoteException - Error in remote method call.
void hangup()
throws RemoteException
RemoteException - Error in remote method call.
CharacterInput getCharacterInput()
throws RemoteException
RemoteException - Error in remote method call.
void waitSessionEnd()
throws RemoteException
RemoteException - Error in remote method call.
void close()
throws RemoteException
RemoteException - Error in remote method call.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||