| Interface | Description |
|---|---|
| OperationHandle<T extends Annotation> |
This handle is used to associate or dis-associate threads with
Operations.
|
| OperationIdentifier<T extends Annotation> |
Unique identifier for an Operation.
|
| OperationManager |
Manages HK2 operations, allowing the user to create new operations of a particular
type or discover the current set of active operations or find the current operation
on the current thread
|
| Class | Description |
|---|---|
| OperationContext<T extends Annotation> |
The implementation of
Context for an Operation. |
| Enum | Description |
|---|---|
| OperationState |
Describes the general state of the Operation
|
Copyright © 2009-2015 Oracle Corporation. All Rights Reserved.