|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RemoteParserService
| Field Summary |
|---|
| Fields inherited from interface com.prosyst.util.io.Remote |
|---|
AUTHORIZED_ROLES |
| Method Summary | |
|---|---|
void |
execute(java.lang.String command)
Parses the specified command and calls its execute method. |
void |
register(RemoteObject remoteOutput)
Sets the remote output stream for the result messages. |
void |
release()
Releases this RemoteParserService instance |
| Methods inherited from interface com.prosyst.util.io.Remote |
|---|
remoteInterfaces |
| Method Detail |
|---|
void register(RemoteObject remoteOutput)
throws java.lang.Exception
remoteOutput - remote reference to the output
for the result of the command's executing.
java.lang.Exception - if any exception has occurred during
the command executing .
void execute(java.lang.String command)
throws java.lang.Exception
command - the specified command.
java.lang.Exception - if any exception has occurred during
the command executing.
void release()
throws java.lang.Exception
java.lang.Exception
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||