cluedo.info
Class SessionJoinInfo

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

public class SessionJoinInfo
extends CluedoInfo

The server sends a SessionJoinInfo to the director of a session.

See Also:
CluedoPDU, SessionJoinRequestInfo, Serialized Form

Field Summary
 int requesterId
          id of the client who wants to join
 int sessionId
          id of the session to be joined
 
Fields inherited from class cluedo.info.CluedoInfo
ACCEPTED, CLOSED, DIRECTOR, EXPELLED, INVITED, LOOSER, NUMPLAYERS, OPENED, REJECTED, REMOVED, SERVERID, TEAMMATE, TERMINATED, UNKNOWN, WINNER
 
Constructor Summary
SessionJoinInfo(int sessionId, int requesterId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sessionId

public int sessionId
id of the session to be joined

requesterId

public int requesterId
id of the client who wants to join
Constructor Detail

SessionJoinInfo

public SessionJoinInfo(int sessionId,
                       int requesterId)