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
 

Methods in org.rhq.modules.plugins.jbossas7 that return Address
 Address BaseComponent.getAddress()
           
 

Methods in org.rhq.modules.plugins.jbossas7 with parameters of type Address
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.
 

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 Addres 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.