BEAST
|
Interface for all command objects. More...
Public Member Functions | |
abstract String | getOperation () |
abstract boolean | validate () |
Validates if the current command is valid according to operation and content and should be accepted. | |
void | setRawMessage (String s) |
Sets the RAW message used to populate the command. | |
String | getRawMessage () |
Interface for all command objects.
|
abstract |
Reimplemented in eu.baltrad.beast.admin.command.AdaptorCommand, eu.baltrad.beast.admin.command.AnomalyDetectorCommand, eu.baltrad.beast.admin.command.HelpCommand, eu.baltrad.beast.admin.command.RouteCommand, eu.baltrad.beast.admin.command.ScheduleCommand, eu.baltrad.beast.admin.command.SettingCommand, and eu.baltrad.beast.admin.command.UserCommand.
|
inline |
|
inline |
Sets the RAW message used to populate the command.
s | the raw message |
|
abstract |
Validates if the current command is valid according to operation and content and should be accepted.
Reimplemented in eu.baltrad.beast.admin.command.AdaptorCommand, eu.baltrad.beast.admin.command.AnomalyDetectorCommand, eu.baltrad.beast.admin.command.HelpCommand, eu.baltrad.beast.admin.command.RouteCommand, eu.baltrad.beast.admin.command.ScheduleCommand, eu.baltrad.beast.admin.command.SettingCommand, and eu.baltrad.beast.admin.command.UserCommand.