|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ParserService
This interface provides utility methods for parsing of commands for the administration of the framework.
| Method Summary | |
|---|---|
ParserService |
getInstance()
This method should return new instance of any implementation of this parser service. |
void |
parseCommand(java.lang.String command)
Parses the specified command and calls its execute method. |
void |
release()
Stops the memory info thread of the parser service if it is running. |
void |
setOutputStream(java.io.OutputStream output)
Sets the output stream for the result messages. |
| Method Detail |
|---|
void setOutputStream(java.io.OutputStream output)
output - the output for the result of the command's executing .void parseCommand(java.lang.String command)
command - the specified command.ParserService getInstance()
void release()
|
Framework Professional Edition Package |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||