Uses of Class
org.glassfish.hk2.extras.operation.internal.OperationHandleImpl
-
Packages that use OperationHandleImpl Package Description org.glassfish.hk2.extras.operation org.glassfish.hk2.extras.operation.internal -
-
Uses of OperationHandleImpl in org.glassfish.hk2.extras.operation
Methods in org.glassfish.hk2.extras.operation with parameters of type OperationHandleImpl Modifier and Type Method Description void
OperationContext. closeOperation(OperationHandleImpl<T> operation)
-
Uses of OperationHandleImpl in org.glassfish.hk2.extras.operation.internal
Methods in org.glassfish.hk2.extras.operation.internal that return OperationHandleImpl Modifier and Type Method Description OperationHandleImpl<T>
SingleOperationManager. createOperation()
OperationHandleImpl<T>
SingleOperationManager. getCurrentOperationOnThisThread()
OperationLock need NOT be held
-