Package org.glassfish.hk2.extras.operation
-
Interface Summary Interface Description OperationHandle<T extends java.lang.annotation.Annotation> This handle is used to associate or dis-associate threads with Operations.OperationIdentifier<T extends java.lang.annotation.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 Summary Class Description OperationContext<T extends java.lang.annotation.Annotation> The implementation ofContext
for an Operation. -
Enum Summary Enum Description OperationState Describes the general state of the Operation