cluedo.info
Class SessionJoinRequestInfo

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

public class SessionJoinRequestInfo
extends CluedoInfo

A client sends a SessionJoinRequest to the server. The server translates a SessionJoinRequest into a SessionJoinInfo which is forwarded to the director of the session.

See Also:
CluedoPDU, SessionJoinInfo, 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
SessionJoinRequestInfo(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

SessionJoinRequestInfo

public SessionJoinRequestInfo(int sessionId)