Class SingleOperationManager<T extends Annotation>
- java.lang.Object
-
- org.glassfish.hk2.extras.operation.internal.SingleOperationManager<T>
-
public class SingleOperationManager<T extends Annotation> extends Object
- Author:
- jwells
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OperationHandleImpl<T>
createOperation()
OperationHandleImpl<T>
getCurrentOperationOnThisThread()
OperationLock need NOT be heldString
toString()
-
-
-
Method Detail
-
createOperation
public OperationHandleImpl<T> createOperation()
-
getCurrentOperationOnThisThread
public OperationHandleImpl<T> getCurrentOperationOnThisThread()
OperationLock need NOT be held- Returns:
- The operation associated with the current thread
-
-