|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--nu.dll.lyskom.AsynchMessage
This class represents an asynchronous message received from the server. See the LysKOM Protocol A specification and the Asynch interface for messages and their contents that may be received.
Asynch
Method Summary | |
java.util.Date |
getArrivalTime()
Returns a java.util.Date object representing the time of when this message was received by the client. |
int |
getNumber()
Returns the message number. |
nu.dll.lyskom.KomToken[] |
getParameters()
Returns all the data contained in this asynchronous message, except the message number. |
java.lang.String |
toString()
Returns a String representation. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public nu.dll.lyskom.KomToken[] getParameters()
getNumber()
public int getNumber()
Asynch
public java.util.Date getArrivalTime()
public java.lang.String toString()
toString
in class java.lang.Object
|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |