| Package | Description |
|---|---|
| org.rhq.modules.plugins.jbossas7 | |
| org.rhq.modules.plugins.jbossas7.json |
| Modifier and Type | Field and Description |
|---|---|
protected Address |
ConfigurationWriteDelegate.address |
| Modifier and Type | Method and Description |
|---|---|
Address |
ModClusterComponent.getAddress() |
Address |
ModClusterContextComponent.getAddress() |
Address |
BaseComponent.getAddress() |
protected Address |
HostControllerComponent.getEnvironmentAddress() |
protected abstract Address |
BaseServerComponent.getEnvironmentAddress() |
protected Address |
StandaloneASComponent.getEnvironmentAddress() |
protected Address |
HostControllerComponent.getHostAddress() |
protected abstract Address |
BaseServerComponent.getHostAddress() |
protected Address |
StandaloneASComponent.getHostAddress() |
protected Address |
ManagedASComponent.getServerAddress() |
protected Address |
StandaloneASComponent.getServerAddress() |
protected Address |
BaseComponent.getServerAddress() |
| Modifier and Type | Method and Description |
|---|---|
static Operation |
ModuleOptionsComponent.createAddModuleOptionTypeOperation(Address address,
String attribute,
List<ModuleOptionsComponent.Value> moduleTypeValue)
Handles the creation of
|
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) |
| Constructor and Description |
|---|
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.
|
ConfigurationLoadDelegate(org.rhq.core.domain.configuration.definition.ConfigurationDefinition configDef,
ASConnection connection,
Address address,
boolean includeRuntime)
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) |
| Modifier and Type | Method and Description |
|---|---|
Address |
Operation.getAddress() |
Address |
Address.getParent()
Return the parent Address of the current one.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Address.add(Address address)
Add a whole address to the given path
|
| Constructor and Description |
|---|
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) |
UndefineAttribute(Address address,
String name) |
WriteAttribute(Address address) |
WriteAttribute(Address address,
String name,
Object value) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.