Uses of Class
org.rhq.enterprise.communications.command.param.InvalidParameterDefinitionException

Packages that use InvalidParameterDefinitionException
org.rhq.enterprise.communications.command   
org.rhq.enterprise.communications.command.impl.echo   
org.rhq.enterprise.communications.command.impl.generic   
org.rhq.enterprise.communications.command.impl.identify   
org.rhq.enterprise.communications.command.impl.remotepojo   
org.rhq.enterprise.communications.command.impl.start   
org.rhq.enterprise.communications.command.impl.stream   
org.rhq.enterprise.communications.command.param   
 

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 ParametersImpl.getParameterDefinition(String parameterName)
           
 ParameterDefinition Parameters.getParameterDefinition(String parameterName)
          Given the name of a parameter, this will return the parameter's definition.
 Object ParametersImpl.getParameterValue(String parameterName)
           
 Object Parameters.getParameterValue(String parameterName)
          Given the name of a parameter, this will return the parameter's value.
 void ParametersImpl.setParameterValue(String parameterName, Object parameterValue)
           
 void Parameters.setParameterValue(String parameterName, Object parameterValue)
          Given the name of a parameter, this will set the parameter's value.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.