Uses of Class
org.rhq.core.pc.operation.OperationInvocation

Packages that use OperationInvocation
org.rhq.core.pc.operation   
 

Uses of OperationInvocation in org.rhq.core.pc.operation
 

Methods in org.rhq.core.pc.operation that return OperationInvocation
 OperationInvocation OperationThreadPoolGateway.getOperationInvocation(String jobId)
          Returns the operation invocation that is responsible for executing the operation identified with the given job ID.
 

Methods in org.rhq.core.pc.operation with parameters of type OperationInvocation
 void OperationThreadPoolGateway.operationCompleted(OperationInvocation operation)
          This is called by the OperationInvocation when it finished to notify this gateway that if there are any other pending operations for the resource, that the next one is allowed to be executed.
 void OperationThreadPoolGateway.submit(OperationInvocation operation)
          Submits the given operation to the gateway for execution within the thread pool.
 



Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.