|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: Yancees Notification Server
Description: Yet ANother Configurable Extensible Event Service
Copyright: Copyright (c) 2003
Company: School of Information and Computer Science - University of California, Irvine
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 |
Method Detail |
public void sendMessage(MessageInterface message) throws YanceesException
message
- is an XML document wrapped in the message.
YanceesException
public void terminate(MessageInterface message) throws YanceesException
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 errors
RemoteException
- in case of connection errorspublic void terminate() throws YanceesException
YanceesException
- in case of parsing or message errors
RemoteException
- in case of connection errors
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |