Uses of Package
org.rhq.enterprise.communications.command.param

Packages that use org.rhq.enterprise.communications.command.param
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   
 

Classes in org.rhq.enterprise.communications.command.param used by org.rhq.enterprise.communications.command
InvalidParameterDefinitionException
          An exception that denotes a bad parameter definition.
InvalidParameterValueException
          An exception that denotes a parameter value violated its allowed definition.
NoParameterDefinitionsException
          This exception occurs when a command does not define any parameter definitions, but an attempt to access a parameter definition was made.
ParameterDefinition
          Defines a parameter that is accepted by a Command.
 

Classes in org.rhq.enterprise.communications.command.param used by org.rhq.enterprise.communications.command.impl.echo
InvalidParameterDefinitionException
          An exception that denotes a bad parameter definition.
ParameterDefinition
          Defines a parameter that is accepted by a Command.
 

Classes in org.rhq.enterprise.communications.command.param used by org.rhq.enterprise.communications.command.impl.generic
InvalidParameterDefinitionException
          An exception that denotes a bad parameter definition.
ParameterDefinition
          Defines a parameter that is accepted by a Command.
 

Classes in org.rhq.enterprise.communications.command.param used by org.rhq.enterprise.communications.command.impl.identify
InvalidParameterDefinitionException
          An exception that denotes a bad parameter definition.
ParameterDefinition
          Defines a parameter that is accepted by a Command.
 

Classes in org.rhq.enterprise.communications.command.param used by org.rhq.enterprise.communications.command.impl.remotepojo
InvalidParameterDefinitionException
          An exception that denotes a bad parameter definition.
ParameterDefinition
          Defines a parameter that is accepted by a Command.
 

Classes in org.rhq.enterprise.communications.command.param used by org.rhq.enterprise.communications.command.impl.start
InvalidParameterDefinitionException
          An exception that denotes a bad parameter definition.
InvalidParameterValueException
          An exception that denotes a parameter value violated its allowed definition.
ParameterDefinition
          Defines a parameter that is accepted by a Command.
 

Classes in org.rhq.enterprise.communications.command.param used by org.rhq.enterprise.communications.command.impl.stream
InvalidParameterDefinitionException
          An exception that denotes a bad parameter definition.
ParameterDefinition
          Defines a parameter that is accepted by a Command.
 

Classes in org.rhq.enterprise.communications.command.param used by org.rhq.enterprise.communications.command.param
AbstractParameterDefinitionIterator
          Iterates over a Collection of ParameterDefinition objects based on whether the parameters are required or not.
FixedValuesParameterDefinition
          An extenstion to a parameter definition that defines a limited, fixed set of values that are allowed to be assigned to the parameter.
InvalidParameterDefinitionException
          An exception that denotes a bad parameter definition.
InvalidParameterValueException
          An exception that denotes a parameter value violated its allowed definition.
Parameter
          A parameter encapsulates both a definition and an object value.
ParameterDefinition
          Defines a parameter that is accepted by a Command.
ParameterRenderingInformation
          Class used to encapsulate information about how clients should render parameters when displaying them for reading/editing.
Parameters
          Defines a collection of parameters.
 



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