edu.cuny.cat
Class GameClient.PostClientListSession

java.lang.Object
  extended by edu.cuny.cat.comm.Session<CatpMessage>
      extended by edu.cuny.cat.comm.CatpReactiveSession
          extended by edu.cuny.cat.GameClient.PostSession
              extended by edu.cuny.cat.GameClient.PostClientListSession
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
GameClient.PostSpecialistSession, GameClient.PostTraderSession
Enclosing class:
GameClient

protected class GameClient.PostClientListSession
extends GameClient.PostSession


Field Summary
protected  java.lang.String idList
           
 
Fields inherited from class edu.cuny.cat.comm.CatpReactiveSession
processed, reqType, typeHeader
 
Fields inherited from class edu.cuny.cat.comm.Session
MAX_ATTEMPT
 
Constructor Summary
GameClient.PostClientListSession(java.lang.String typeHeader)
           
 
Method Summary
 void processRequest(CatpRequest request)
           
 
Methods inherited from class edu.cuny.cat.comm.CatpReactiveSession
clone, isProcessed, setProcessed
 
Methods inherited from class edu.cuny.cat.comm.Session
forceOut, sendMessage, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

idList

protected java.lang.String idList
Constructor Detail

GameClient.PostClientListSession

public GameClient.PostClientListSession(java.lang.String typeHeader)
Method Detail

processRequest

public void processRequest(CatpRequest request)
                    throws CatException
Overrides:
processRequest in class CatpReactiveSession
Throws:
CatException