|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for the object to put the initial executors into the connection handler. After a ServerThreadBase has been created, it needs the initial CommandExecutors so that it can handle commands. To prevent the necessity to override the complete ServerThreadBase, this task is outsourced to the InitialExecutorAdder, which is given to the GJSAServer and from there passed to the ServerThreadHandler.
Method Summary | |
java.util.List |
getAllStateExecutors(ServerThreadBase stb)
Return executors which should be active in this and in all subsequent states. |
java.util.List |
getThisStateExecutors(ServerThreadBase stb)
Return executors which should be active only in this state. |
Method Detail |
public java.util.List getThisStateExecutors(ServerThreadBase stb)
stb
- The ServerThreadBase object for the executor.
public java.util.List getAllStateExecutors(ServerThreadBase stb)
stb
- The ServerThreadBase object for the executor.
|
QJCC homepage | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |