Uses of Interface
org.rhq.enterprise.communications.command.param.Parameters

Packages that use Parameters
org.rhq.enterprise.communications.command.param   
 

Uses of Parameters in org.rhq.enterprise.communications.command.param
 

Classes in org.rhq.enterprise.communications.command.param that implement Parameters
 class ParametersImpl
          A class holding specific information about a set of parameters.
 

Methods in org.rhq.enterprise.communications.command.param that return Parameters
 Parameters ParametersImpl.getInternalParameters()
          The returned object is not a copy - changes made to that collection affect this object's internal collection.
 Parameters Parameters.getInternalParameters()
          Returns a ParametersImpl collection that consists of this object's hidden parameters.
 Parameters ParametersImpl.getPublicParameters()
          The returned object is not a copy - changes made to that collection affect this object's internal collection.
 Parameters Parameters.getPublicParameters()
          Returns a ParametersImpl collection that consists of this object's non-hidden parameters.
 

Constructors in org.rhq.enterprise.communications.command.param with parameters of type Parameters
ParametersImpl(Parameters original)
          Copy-constructor for ParametersImpl.
 



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