

SampleCommandHadler to show how to write own command handlers.
Definition at line 362 of file RemoteServer.java.
Public Methods | |
| String | handleCommand (String comm) |
Method handleCommand processing very simple command 'hello' which returns 'Hello world!' string. | |
| String | help () |
Method help returns description about provided command. | |
| String | help (String comm) |
Method help should return detailed description about given command. | |
| CommandHandlerIfc | getInstance () |
Method getInstance creates new instance of this command handler. | |
|
|
Method
Implements CommandHandlerIfc. Definition at line 413 of file RemoteServer.java. |
|
|
Method
Implements CommandHandlerIfc. Definition at line 371 of file RemoteServer.java. |
|
|
Method This implementation returns only empty string.
Implements CommandHandlerIfc. Definition at line 403 of file RemoteServer.java. |
|
|
Method
Implements CommandHandlerIfc. Definition at line 387 of file RemoteServer.java. |
1.3-rc2