Uses of Interface
org.rhq.core.pluginapi.operation.OperationContext

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, Executor availCollectorThreadPool, 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.
 



Copyright © 2008-2009 RHQ Project Advisory Board (Red Hat, Inc.). All Rights Reserved.