|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of InvalidParameterDefinitionException in org.rhq.enterprise.communications.command |
|---|
| Methods in org.rhq.enterprise.communications.command that throw InvalidParameterDefinitionException | |
|---|---|
protected void |
AbstractCommand.initializeMetadata()
Initializes the newly constructed command so its type and parameter definition metadata are built properly. |
| Constructors in org.rhq.enterprise.communications.command that throw InvalidParameterDefinitionException | |
|---|---|
AbstractCommand()
Constructor for AbstractCommand that defines just the type without any parameters. |
|
AbstractCommand(Map<String,Object> commandParameters)
Constructor for AbstractCommand that allows the caller to define both the name and parameter default
values. |
|
| Uses of InvalidParameterDefinitionException in org.rhq.enterprise.communications.command.impl.echo |
|---|
| Constructors in org.rhq.enterprise.communications.command.impl.echo that throw InvalidParameterDefinitionException | |
|---|---|
EchoCommand()
Constructor for EchoCommand. |
|
EchoCommand(Map<String,Object> commandParameters)
Constructor for EchoCommand. |
|
| Uses of InvalidParameterDefinitionException in org.rhq.enterprise.communications.command.impl.generic |
|---|
| Constructors in org.rhq.enterprise.communications.command.impl.generic that throw InvalidParameterDefinitionException | |
|---|---|
GenericCommand()
|
|
GenericCommand(Map<String,Object> commandParameters)
|
|
| Uses of InvalidParameterDefinitionException in org.rhq.enterprise.communications.command.impl.identify |
|---|
| Constructors in org.rhq.enterprise.communications.command.impl.identify that throw InvalidParameterDefinitionException | |
|---|---|
IdentifyCommand()
Constructor for IdentifyCommand. |
|
| Uses of InvalidParameterDefinitionException in org.rhq.enterprise.communications.command.impl.remotepojo |
|---|
| Constructors in org.rhq.enterprise.communications.command.impl.remotepojo that throw InvalidParameterDefinitionException | |
|---|---|
RemotePojoInvocationCommand()
Constructor for RemotePojoInvocationCommand. |
|
RemotePojoInvocationCommand(Map<String,Object> commandParameters)
Constructor for RemotePojoInvocationCommand. |
|
| Uses of InvalidParameterDefinitionException in org.rhq.enterprise.communications.command.impl.start |
|---|
| Constructors in org.rhq.enterprise.communications.command.impl.start that throw InvalidParameterDefinitionException | |
|---|---|
StartCommand()
Constructor for StartCommand. |
|
StartCommand(Map<String,Object> commandParameters)
Constructor for StartCommand. |
|
| Uses of InvalidParameterDefinitionException in org.rhq.enterprise.communications.command.impl.stream |
|---|
| Constructors in org.rhq.enterprise.communications.command.impl.stream that throw InvalidParameterDefinitionException | |
|---|---|
RemoteInputStreamCommand()
Constructor for RemoteInputStreamCommand. |
|
RemoteInputStreamCommand(Map<String,Object> commandParameters)
Constructor for RemoteInputStreamCommand. |
|
RemoteOutputStreamCommand()
Constructor for RemoteOutputStreamCommand. |
|
RemoteOutputStreamCommand(Map<String,Object> commandParameters)
Constructor for RemoteOutputStreamCommand. |
|
| Uses of InvalidParameterDefinitionException in org.rhq.enterprise.communications.command.param |
|---|
| Methods in org.rhq.enterprise.communications.command.param that throw InvalidParameterDefinitionException | |
|---|---|
ParameterDefinition |
Parameters.getParameterDefinition(String parameterName)
Given the name of a parameter, this will return the parameter's definition. |
ParameterDefinition |
ParametersImpl.getParameterDefinition(String parameterName)
|
Object |
Parameters.getParameterValue(String parameterName)
Given the name of a parameter, this will return the parameter's value. |
Object |
ParametersImpl.getParameterValue(String parameterName)
|
void |
Parameters.setParameterValue(String parameterName,
Object parameterValue)
Given the name of a parameter, this will set the parameter's value. |
void |
ParametersImpl.setParameterValue(String parameterName,
Object parameterValue)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||