public final class ServerKillConnectionCommand extends ServerMonitorCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONNECTIONID |
static NameIdentifier |
CONNECTIONID_I |
Constructor and Description |
---|
ServerKillConnectionCommand(java.lang.String connectionID)
Creates the ServerKillConnectionCommand
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCommandParametersText()
Gets the full textual representation of the command's parameters
|
java.lang.String |
getConnectionID()
Gets connectionID
|
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.
|
getCommandObjectFor, getCommandObjectFrom, toString
public static final java.lang.String CONNECTIONID
public static final NameIdentifier CONNECTIONID_I
public ServerKillConnectionCommand(java.lang.String connectionID)
connectionID
- the ID of the connection to endpublic final java.lang.String getConnectionID()
public int getCorrespondingMessageTypeID()
ServerMonitorCommand
getCorrespondingMessageTypeID
in class ServerMonitorCommand
public java.lang.String getCommandParametersText()
ServerMonitorCommand
getCommandParametersText
in class ServerMonitorCommand
public java.lang.String getFullCommandText()
ServerMonitorCommand
getFullCommandText
in class ServerMonitorCommand
public MessageParams getMessageParms()
ServerMonitorCommand
getMessageParms
in class ServerMonitorCommand