| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrreval.MessageWrangler
rreval.ClientCmdHandler
public class ClientCmdHandler
Used by ClientMessageHandler (only) to handle command messages.
| Field Summary | |
|---|---|
| static java.lang.String | TERMINAL_PREFIX | 
| Fields inherited from class rreval.MessageWrangler | 
|---|
| conJ, conR | 
| Constructor Summary | |
|---|---|
| ClientCmdHandler(ConnectionR conR,
                 ClientMessageHandler parent) | |
| Method Summary | |
|---|---|
|  void | handleCmd(Message m) | 
| Methods inherited from class rreval.MessageWrangler | 
|---|
| createWrongTypeErrorMessage, sendErrMToR, sendErrMToR, sendErrMToR, sendMessageToR, setConJ, setConR | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public static final java.lang.String TERMINAL_PREFIX
| Constructor Detail | 
|---|
public ClientCmdHandler(ConnectionR conR,
                        ClientMessageHandler parent)
| Method Detail | 
|---|
public void handleCmd(Message m)
m - a command message (MessageType.cj). It's
        object is a delimited text string.| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||