|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.command.AbstractCommand
org.rhq.enterprise.communications.command.impl.identify.IdentifyCommand
public class IdentifyCommand
The IDENTIFY command used for clients to ask a server for identification.
| Field Summary | |
|---|---|
static CommandType |
COMMAND_TYPE
command type constant identifying this type of command |
| Constructor Summary | |
|---|---|
IdentifyCommand()
Constructor for IdentifyCommand. |
|
IdentifyCommand(Command commandToTransform)
Constructor for IdentifyCommand. |
|
| Method Summary | |
|---|---|
protected CommandType |
buildCommandType()
Builds the command type of this command. |
protected ParameterDefinition[] |
buildParameterDefinitions()
Builds the set of parameter definitions that this command will use. |
| Methods inherited from class org.rhq.enterprise.communications.command.AbstractCommand |
|---|
allowAnyParameter, checkParameterValidity, convertParameters, getCommandType, getConfiguration, getParameterDefinition, getParameterDefinitions, getParameterValue, getParameterValues, getParameterValuesInternalMap, hasParameterValue, initializeMetadata, isCommandInResponse, removeParameterValue, removeParameterValues, setCommandInResponse, setParameterValue, setParameterValuesInternalMap, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CommandType COMMAND_TYPE
| Constructor Detail |
|---|
public IdentifyCommand()
throws IllegalArgumentException,
InvalidParameterDefinitionException
IdentifyCommand.
IllegalArgumentException
InvalidParameterDefinitionExceptionAbstractCommand.AbstractCommand()public IdentifyCommand(Command commandToTransform)
IdentifyCommand.
AbstractCommand.AbstractCommand(Command)| Method Detail |
|---|
protected CommandType buildCommandType()
AbstractCommandnull.
This method is called by the command's constructors.
buildCommandType in class AbstractCommandnullAbstractCommand.buildCommandType()protected ParameterDefinition[] buildParameterDefinitions()
AbstractCommandnull if the command accepts any and all parameters, regardless of name or typeThis method is called by the command's constructors.
buildParameterDefinitions in class AbstractCommandnullAbstractCommand.buildParameterDefinitions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||