Uses of Interface
org.glassfish.hk2.extras.operation.OperationHandle
Packages that use OperationHandle
-
Uses of OperationHandle in org.glassfish.hk2.extras.operation
Methods in org.glassfish.hk2.extras.operation that return OperationHandleModifier and TypeMethodDescription<T extends Annotation>
OperationHandle<T>OperationManager.createAndStartOperation(T scope) Creates an OperationHandle that will be associated with the thread calling this method.<T extends Annotation>
OperationHandle<T>OperationManager.createOperation(T scope) Creates an OperationHandle.<T extends Annotation>
OperationHandle<T>OperationManager.getCurrentOperation(T scope) Gets the current operation of scope type on the current thread.Methods in org.glassfish.hk2.extras.operation that return types with arguments of type OperationHandleModifier and TypeMethodDescription<T extends Annotation>
Set<OperationHandle<T>>OperationManager.getCurrentOperations(T scope) Gets a set of all Operations that are in stateOperationState.ACTIVEorOperationState.SUSPENDED. -
Uses of OperationHandle in org.glassfish.hk2.extras.operation.internal
Classes in org.glassfish.hk2.extras.operation.internal that implement OperationHandleMethods in org.glassfish.hk2.extras.operation.internal that return OperationHandleModifier and TypeMethodDescriptionOperationDescriptor.create(org.glassfish.hk2.api.ServiceHandle<?> root) <T extends Annotation>
OperationHandle<T>OperationManagerImpl.createAndStartOperation(T scope) <T extends Annotation>
OperationHandle<T>OperationManagerImpl.createOperation(T scope) <T extends Annotation>
OperationHandle<T>OperationManagerImpl.getCurrentOperation(T scope) Methods in org.glassfish.hk2.extras.operation.internal that return types with arguments of type OperationHandleModifier and TypeMethodDescription<T extends Annotation>
Set<OperationHandle<T>>OperationManagerImpl.getCurrentOperations(T scope)