edu.cuny.cat
Class GameClient.SubscribeToSpecialistSession

java.lang.Object
  extended by edu.cuny.cat.comm.Session<CatpMessage>
      extended by edu.cuny.cat.comm.CatpProactiveSession
          extended by edu.cuny.cat.GameClient.SubscribeToSpecialistSession
Enclosing class:
GameClient

protected class GameClient.SubscribeToSpecialistSession
extends CatpProactiveSession


Field Summary
 
Fields inherited from class edu.cuny.cat.comm.CatpProactiveSession
completed, request
 
Fields inherited from class edu.cuny.cat.comm.Session
MAX_ATTEMPT
 
Constructor Summary
GameClient.SubscribeToSpecialistSession(java.lang.String[] specialistIds)
           
 
Method Summary
 void processResponse(CatpResponse response)
           
 
Methods inherited from class edu.cuny.cat.comm.CatpProactiveSession
forceOut, getRequest, isCompleted, sendRequest, setCompleted, setRequest
 
Methods inherited from class edu.cuny.cat.comm.Session
sendMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GameClient.SubscribeToSpecialistSession

public GameClient.SubscribeToSpecialistSession(java.lang.String[] specialistIds)
Method Detail

processResponse

public void processResponse(CatpResponse response)
                     throws CatException
Overrides:
processResponse in class CatpProactiveSession
Throws:
CatException