|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Base interface for control commands. "Command" pattern [Gamma94].
| Method Summary | |
void |
execute(int[] params,
Terminal terminal)
Executes command giving parameters and Terminal object. |
void |
send(int[] params,
Terminal terminal)
Sends command to remote host. |
| Method Detail |
public void execute(int[] params,
Terminal terminal)
Terminal object.
params - array of int command parametrs.terminal - target Terminal object.
public void send(int[] params,
Terminal terminal)
params - command parameters.terminal - target Terminal object to send command.
|
Secure iNet Factory | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||