|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationContext | |
---|---|
org.rhq.core.pluginapi.inventory | |
org.rhq.core.pluginapi.operation | |
org.rhq.core.pluginapi.upgrade |
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,
ResourceContext<?> parentResourceContext,
ResourceDiscoveryComponent<T> resourceDiscoveryComponent,
SystemInfo systemInfo,
File temporaryDirectory,
File dataDirectory,
String pluginContainerName,
EventContext eventContext,
OperationContext operationContext,
ContentContext contentContext,
AvailabilityContext availabilityContext,
PluginContainerDeployment pluginContainerDeployment)
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. |
Uses of OperationContext in org.rhq.core.pluginapi.upgrade |
---|
Constructors in org.rhq.core.pluginapi.upgrade with parameters of type OperationContext | |
---|---|
ResourceUpgradeContext(Resource resource,
ResourceContext<?> parentResourceContext,
T parentResourceComponent,
ResourceDiscoveryComponent<T> resourceDiscoveryComponent,
SystemInfo systemInfo,
File temporaryDirectory,
File dataDirectory,
String pluginContainerName,
EventContext eventContext,
OperationContext operationContext,
ContentContext contentContext,
AvailabilityContext availabilityContext,
PluginContainerDeployment pluginContainerDeployment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |