| Package | Description |
|---|---|
| org.rhq.modules.plugins.jbossas7 | |
| org.rhq.modules.plugins.jbossas7.json |
| Modifier and Type | Method and Description |
|---|---|
static Operation |
ModuleOptionsComponent.createAddModuleOptionTypeOperation(Address address,
String attribute,
List<ModuleOptionsComponent.Value> moduleTypeValue)
Handles the creation of
|
| Modifier and Type | Method and Description |
|---|---|
Result |
ASConnection.execute(Operation op)
Execute the passed Operation and return its Result.
|
Result |
ASConnection.execute(Operation op,
boolean isComplex)
Execute the passed Operation and return its Result.
|
Result |
ASConnection.execute(Operation op,
boolean isComplex,
int timeoutSec)
Execute the passed Operation and return its Result.
|
Result |
ASConnection.execute(Operation op,
int timeoutSec)
Execute the passed Operation and return its Result.
|
ComplexResult |
ASConnection.executeComplex(Operation op)
Execute the passed Operation and return its ComplexResult.
|
ComplexResult |
ASConnection.executeComplex(Operation op,
int timeoutSec)
Execute the passed Operation and return its ComplexResult.
|
org.codehaus.jackson.JsonNode |
ASConnection.executeRaw(Operation operation)
Execute an operation against the domain api.
|
org.codehaus.jackson.JsonNode |
ASConnection.executeRaw(Operation operation,
int timeoutSec)
Execute an operation against the domain api.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeOperation
A composite operation contains multiple steps of a
task that requires many individual operations to complete
|
class |
ReadAttribute
Read Attribute operation
|
class |
ReadChildrenNames
Operation that reads names of children of a given type from an address
|
class |
ReadChildrenResources
Operation that reads children of a given type from an address
|
class |
ReadResource
Reads data for one AS 7 resource
|
class |
Remove
The :remove operation
|
class |
ResolveExpression |
class |
UndefineAttribute
Operation to undefine an attribute
|
class |
WriteAttribute
Operation to write one attribute
|
| Modifier and Type | Method and Description |
|---|---|
Operation |
CompositeOperation.step(int i) |
| Modifier and Type | Method and Description |
|---|---|
void |
CompositeOperation.addStep(Operation step) |
| Constructor and Description |
|---|
CompositeOperation(List<Operation> steps) |
Copyright © 2008-2014 Red Hat, Inc.. All Rights Reserved.