public final class ServerStatisticsCommand extends ServerMonitorCommand
| Constructor and Description |
|---|
ServerStatisticsCommand(NameIdentifier relvarName)
Creates the ServerStatisticsCommand
|
ServerStatisticsCommand(java.lang.String relvarName)
Deprecated.
- replace with the NameIdentifier constructor
|
ServerStatisticsCommand(ValueBuffer relvarName)
Creates the ServerStatisticsCommand
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCommandParametersText()
Gets the full textual representation of the command's parameters
|
int |
getCorrespondingMessageTypeID()
Gets the MessageTypeID of the corresponding message type to send to the server to get this (type of) command executed
|
java.lang.String |
getFullCommandText()
Gets the full textual representation of the command
|
MessageParams |
getMessageParms()
Gets a messageParams object that can be used by a MessageType implementation to factory a Message object.
|
java.lang.String |
getRelvarName()
Gets relvarName
|
ValueBuffer |
getRelvarNameBuffer()
Gets relvarNameBuffer
|
NameIdentifier |
getRelvarNameIdentifier()
Gets relvarName
|
getCommandObjectFor, getCommandObjectFrom, toStringpublic ServerStatisticsCommand(NameIdentifier relvarName)
relvarName - -@Deprecated public ServerStatisticsCommand(java.lang.String relvarName)
relvarName - -public ServerStatisticsCommand(ValueBuffer relvarName)
relvarName - -public java.lang.String getCommandParametersText()
ServerMonitorCommandgetCommandParametersText in class ServerMonitorCommandpublic int getCorrespondingMessageTypeID()
ServerMonitorCommandgetCorrespondingMessageTypeID in class ServerMonitorCommandpublic java.lang.String getFullCommandText()
ServerMonitorCommandgetFullCommandText in class ServerMonitorCommandpublic final java.lang.String getRelvarName()
public final NameIdentifier getRelvarNameIdentifier()
public final ValueBuffer getRelvarNameBuffer()
public MessageParams getMessageParms()
ServerMonitorCommandgetMessageParms in class ServerMonitorCommand