cluedo.info
Class SessionRemoveRequestInfo

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

public class SessionRemoveRequestInfo
extends CluedoInfo

Objects of this class are transmitted by clients in order to request the deletion of a session. Only the director of the session can remove it. The server answers with a SessionRemovedinfo.

See Also:
CluedoPDU, SessionRemovedInfo, 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
SessionRemoveRequestInfo(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

SessionRemoveRequestInfo

public SessionRemoveRequestInfo(int sessionId)