Uses of Interface
org.glassfish.hk2.extras.operation.OperationHandle
-
Packages that use OperationHandle Package Description org.glassfish.hk2.extras.operation org.glassfish.hk2.extras.operation.internal -
-
Uses of OperationHandle in org.glassfish.hk2.extras.operation
Methods in org.glassfish.hk2.extras.operation that return OperationHandle Modifier and Type Method Description <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 OperationHandle Modifier and Type Method Description <T extends Annotation>
Set<OperationHandle<T>>OperationManager. getCurrentOperations(T scope)
Gets a set of all Operations that are in stateOperationState.ACTIVE
orOperationState.SUSPENDED
. -
Uses of OperationHandle in org.glassfish.hk2.extras.operation.internal
Classes in org.glassfish.hk2.extras.operation.internal that implement OperationHandle Modifier and Type Class Description class
OperationHandleImpl<T extends Annotation>
Methods in org.glassfish.hk2.extras.operation.internal that return OperationHandle Modifier and Type Method Description OperationHandle<T>
OperationDescriptor. create(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 OperationHandle Modifier and Type Method Description <T extends Annotation>
Set<OperationHandle<T>>OperationManagerImpl. getCurrentOperations(T scope)
-