Copyright © Rasmus Sten and contributors, 1997-2004

nu.dll.lyskom
Class AsynchMessage

java.lang.Object
  |
  +--nu.dll.lyskom.AsynchMessage

public class AsynchMessage
extends java.lang.Object

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.

See Also:
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

getParameters

public nu.dll.lyskom.KomToken[] getParameters()
Returns all the data contained in this asynchronous message, except the message number.

See Also:
getNumber()

getNumber

public int getNumber()
Returns the message number. See the Asynch interface for a list of possible numbers.

See Also:
Asynch

getArrivalTime

public java.util.Date getArrivalTime()
Returns a java.util.Date object representing the time of when this message was received by the client.


toString

public java.lang.String toString()
Returns a String representation.

Overrides:
toString in class java.lang.Object

Copyright © Rasmus Sten and contributors, 1997-2004