Uses of Class
org.rhq.modules.plugins.jbossas7.json.Address

Packages that use Address
org.rhq.modules.plugins.jbossas7   
org.rhq.modules.plugins.jbossas7.json   
 

Uses of Address in org.rhq.modules.plugins.jbossas7
 

Fields in org.rhq.modules.plugins.jbossas7 declared as Address
protected  Address ConfigurationWriteDelegate.address
           
 

Methods in org.rhq.modules.plugins.jbossas7 that return Address
 Address ModClusterComponent.getAddress()
           
 Address BaseComponent.getAddress()
           
protected abstract  Address BaseServerComponent.getEnvironmentAddress()
           
protected  Address HostControllerComponent.getEnvironmentAddress()
           
protected  Address StandaloneASComponent.getEnvironmentAddress()
           
protected abstract  Address BaseServerComponent.getHostAddress()
           
protected  Address HostControllerComponent.getHostAddress()
           
protected  Address StandaloneASComponent.getHostAddress()
           
 

Methods in org.rhq.modules.plugins.jbossas7 with parameters of type Address
protected  String BaseComponent.readAttribute(Address address, String name)
           
protected
<T> T
BaseComponent.readAttribute(Address address, String name, Class<T> resultType)
           
protected  CompositeOperation ConfigurationWriteDelegate.updateGenerateOperationFromProperties(org.rhq.core.domain.configuration.Configuration conf, Address address)
           
 

Constructors in org.rhq.modules.plugins.jbossas7 with parameters of type Address
ConfigurationLoadDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef, ASConnection connection, Address address)
          Create a new configuration delegate, that reads the attributes for the resource at address.
ConfigurationWriteDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef, ASConnection connection, Address address)
          Create a new configuration delegate, that reads the attributes for the resource at address.
CreateResourceDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef, ASConnection connection, Address address)
           
 

Uses of Address in org.rhq.modules.plugins.jbossas7.json
 

Methods in org.rhq.modules.plugins.jbossas7.json that return Address
 Address Operation.getAddress()
           
 Address Address.getParent()
          Return the parent Address of the current one.
 

Methods in org.rhq.modules.plugins.jbossas7.json with parameters of type Address
 void Address.add(Address address)
          Add a whole address to the given path
 

Constructors in org.rhq.modules.plugins.jbossas7.json with parameters of type Address
Address(Address other)
          Construct an Address by cloning another
Operation(String operation, Address address)
           
Operation(String operation, Address address, Map<String,Object> additionalProperties)
           
ReadAttribute(Address address, String name)
           
ReadChildrenNames(Address address, String childType)
          Read children names of a given type below a given address
ReadChildrenResources(Address address, String childType)
          Read children names of a given type below a given address
ReadResource(Address address)
           
Remove(Address address)
           
WriteAttribute(Address address)
           
WriteAttribute(Address address, String name, Object value)
           
 



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