|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.uci.isr.yancees.client.ClientProtocolSession
Constructor Summary | |
ClientProtocolSession(RemoteProtocolSessionInterface rpsi)
Constructor of this client object |
Method Summary | |
void |
sendMessage(MessageInterface message)
Send a message to the protocol plug-in that is responsible for this context |
void |
terminate()
Gracefully terminates the current session |
void |
terminate(MessageInterface message)
Gracefully terminates the current session |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClientProtocolSession(RemoteProtocolSessionInterface rpsi)
Method Detail |
public void sendMessage(MessageInterface message) throws YanceesException
ProtocolSessionInterface
sendMessage
in interface ProtocolSessionInterface
message
- is an XML document wrapped in the message.
YanceesException
public void terminate(MessageInterface message) throws YanceesException
ProtocolSessionInterface
terminate
in interface ProtocolSessionInterface
message
- is a finalization message to be sent to the plug-in(s)
created to handle this session
YanceesException
- in case of parsing or message errorspublic void terminate() throws YanceesException
ProtocolSessionInterface
terminate
in interface ProtocolSessionInterface
YanceesException
- in case of parsing or message errors
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |