|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the methods that the server can make asynchronouly to a client. (ie. to deliver messages)
Method Summary | |
void |
close()
The connection is closed |
void |
deleteTemporaryDestination(SpyDestination dest)
One TemporaryDestination has been deleted |
void |
pong(long serverTime)
Response to a ping sent by a client. |
void |
receive(ReceiveRequest[] messages)
A message has arrived for the Connection. |
Method Detail |
public void deleteTemporaryDestination(SpyDestination dest) throws Exception
dest
- Description of Parameter
Exception
- Description of Exceptionpublic void close() throws Exception
Exception
- Description of Exceptionpublic void receive(ReceiveRequest[] messages) throws Exception
messages
- Description of Parameter
Exception
- Description of Exceptionpublic void pong(long serverTime) throws Exception
serverTime
- Description of Parameter
Exception
- Description of Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |