|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object biz.chitec.quarterback.gjsa.server.CommandExecutor biz.chitec.qdemo.chat.server.ChatLoginExecutor
The login executor for the GChat server. This executor is the first one (apart from those from the framework) which is activated for each new client. It offers only one command: The login command. As soon as the client issues that command, a new stack level on the server stack is raised containing a new executor which allows to chat.
Field Summary |
Fields inherited from class biz.chitec.quarterback.gjsa.server.CommandExecutor |
myserv, mythreadbase, rb |
Constructor Summary | |
ChatLoginExecutor(ServerThreadBase thethreadbase)
Constructor for the ChatLoginExecutor object |
Method Summary | |
ServerReply |
query(ServerRequest sq)
The query handling method. |
Methods inherited from class biz.chitec.quarterback.gjsa.server.CommandExecutor |
getServerThreadBase, leavingActions, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public ChatLoginExecutor(ServerThreadBase thethreadbase)
thethreadbase
- The ServerThreadBase object for this incarnation of the executor.Method Detail |
public ServerReply query(ServerRequest sq)
query
in class CommandExecutor
sq
- The request that has to be handled.
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |