public final class ServerTypeImplementationCommand extends ServerMonitorCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ATTRIBUTENAME_CLASSIMG
The attribute name of the attribute holding the binary classloader stuff as a value ("CLASSIMG" ).
|
static NameIdentifier |
ATTRIBUTENAME_CLASSIMG_I |
static java.lang.String |
ATTRIBUTENAME_IMP
The attribute name of the attribute holding the binary type implementation stuff as a value ("IMP" ).
|
static NameIdentifier |
ATTRIBUTENAME_IMP_I |
Constructor and Description |
---|
ServerTypeImplementationCommand(NameIdentifier typeName)
Creates the ServerTypeImplementationCommand
|
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.
|
NameIdentifier |
getTypeName()
Gets typeName
|
getCommandObjectFor, getCommandObjectFrom, toString
public static final java.lang.String ATTRIBUTENAME_IMP
public static final java.lang.String ATTRIBUTENAME_CLASSIMG
public static final NameIdentifier ATTRIBUTENAME_CLASSIMG_I
public static final NameIdentifier ATTRIBUTENAME_IMP_I
public ServerTypeImplementationCommand(NameIdentifier typeName)
typeName
- The type namepublic java.lang.String getCommandParametersText()
ServerMonitorCommand
getCommandParametersText
in class ServerMonitorCommand
public int getCorrespondingMessageTypeID()
ServerMonitorCommand
getCorrespondingMessageTypeID
in class ServerMonitorCommand
public java.lang.String getFullCommandText()
ServerMonitorCommand
getFullCommandText
in class ServerMonitorCommand
public final NameIdentifier getTypeName()
public MessageParams getMessageParms()
ServerMonitorCommand
getMessageParms
in class ServerMonitorCommand