|
Class Summary |
| OperationContextImpl |
Plugin container implementation of the OperationContext, holding on to an immutable copy of the resource ID
to which an instance of this class is associated. |
| OperationInvocation |
The runnable that is actually responsible for invoking an operation on a plugin's OperationFacet. |
| OperationManager |
Manages the scheduling and invocation of operations for all resources across all plugins. |
| OperationServicesAdapter |
Bridge between the plugin's calls back into the PC from an agent-side plugin and the OperationManager itself. |
| OperationThreadPoolGateway |
This provides a queue-like structure that will submit operations to a thread pool for execution, or will store the
operations until a time when they are allowed to be invoked. |