|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Operation | |
|---|---|
| org.rhq.modules.plugins.jbossas7 | |
| org.rhq.modules.plugins.jbossas7.json | |
| Uses of Operation in org.rhq.modules.plugins.jbossas7 |
|---|
| Methods in org.rhq.modules.plugins.jbossas7 with parameters of type Operation | |
|---|---|
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. |
ComplexResult |
ASConnection.executeComplex(Operation op)
Execute the passed Operation and return its ComplexResult. |
org.codehaus.jackson.JsonNode |
ASConnection.executeRaw(Operation operation)
Execute an operation against the domain api. |
| Uses of Operation in org.rhq.modules.plugins.jbossas7.json |
|---|
| Subclasses of Operation in org.rhq.modules.plugins.jbossas7.json | |
|---|---|
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 |
WriteAttribute
Operation to write one attribute |
| Methods in org.rhq.modules.plugins.jbossas7.json that return Operation | |
|---|---|
Operation |
CompositeOperation.step(int i)
|
| Methods in org.rhq.modules.plugins.jbossas7.json with parameters of type Operation | |
|---|---|
void |
CompositeOperation.addStep(Operation step)
|
| Constructor parameters in org.rhq.modules.plugins.jbossas7.json with type arguments of type Operation | |
|---|---|
CompositeOperation(List<Operation> steps)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||