cluedo.info
Class SessionRequestInfo

java.lang.Object
  |
  +--cluedo.info.CluedoInfo
        |
        +--cluedo.info.SessionRequestInfo

public class SessionRequestInfo
extends CluedoInfo

Objects of this class are transmitted by clients in order to request information for a session. The server answers with a SessionInfo.

See Also:
CluedoPDU, SessionInfo, Serialized Form

Field Summary
 int sessionId
           
 
Fields inherited from class cluedo.info.CluedoInfo
ACCEPTED, CLOSED, DIRECTOR, EXPELLED, INVITED, LOOSER, NUMPLAYERS, OPENED, REJECTED, REMOVED, SERVERID, TEAMMATE, TERMINATED, UNKNOWN, WINNER
 
Constructor Summary
SessionRequestInfo(int sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionId

public int sessionId
Constructor Detail

SessionRequestInfo

public SessionRequestInfo(int sessionId)