|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationContext | |
---|---|
org.rhq.core.pluginapi.inventory | |
org.rhq.core.pluginapi.operation |
Uses of OperationContext in org.rhq.core.pluginapi.inventory |
---|
Methods in org.rhq.core.pluginapi.inventory that return OperationContext | |
---|---|
OperationContext |
ResourceContext.getOperationContext()
Returns an OperationContext that allows the plugin to access the operation functionality provided by the
plugin container. |
Constructors in org.rhq.core.pluginapi.inventory with parameters of type OperationContext | |
---|---|
ResourceContext(Resource resource,
T parentResourceComponent,
ResourceDiscoveryComponent resourceDiscoveryComponent,
SystemInfo systemInfo,
File temporaryDirectory,
File dataDirectory,
String pluginContainerName,
EventContext eventContext,
OperationContext operationContext,
ContentContext contentContext)
Creates a new ResourceContext object. |
Uses of OperationContext in org.rhq.core.pluginapi.operation |
---|
Methods in org.rhq.core.pluginapi.operation with parameters of type OperationContext | |
---|---|
OperationServicesResult |
OperationServices.invokeOperation(OperationContext context,
String name,
Configuration operationParameters,
long timeout)
Synchronously invokes an operation on the resource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |