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 java.lang.annotation.Annotation>
OperationHandle<T>OperationManager. createAndStartOperation(T scope)Creates an OperationHandle that will be associated with the thread calling this method.<T extends java.lang.annotation.Annotation>
OperationHandle<T>OperationManager. createOperation(T scope)Creates an OperationHandle.<T extends java.lang.annotation.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 java.lang.annotation.Annotation>
java.util.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 OperationHandle Modifier and Type Class Description classOperationHandleImpl<T extends java.lang.annotation.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 java.lang.annotation.Annotation>
OperationHandle<T>OperationManagerImpl. createAndStartOperation(T scope)<T extends java.lang.annotation.Annotation>
OperationHandle<T>OperationManagerImpl. createOperation(T scope)<T extends java.lang.annotation.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 (package private) java.util.Set<OperationHandle<T>>SingleOperationManager. getAllOperations()<T extends java.lang.annotation.Annotation>
java.util.Set<OperationHandle<T>>OperationManagerImpl. getCurrentOperations(T scope)
-