| Package | Description |
|---|---|
| org.glassfish.hk2.extras.operation | |
| org.glassfish.hk2.extras.operation.internal |
| Modifier and Type | Method and Description |
|---|---|
OperationIdentifier<T> |
OperationHandle.getIdentifier()
Returns a unique identifier for this operation
|
| Modifier and Type | Class and Description |
|---|---|
class |
OperationIdentifierImpl<T extends java.lang.annotation.Annotation> |
| Modifier and Type | Field and Description |
|---|---|
private OperationIdentifier<T> |
OperationHandleImpl.identifier |
| Modifier and Type | Field and Description |
|---|---|
private java.util.HashMap<OperationIdentifier<T>,OperationHandleImpl<T>> |
SingleOperationManager.openScopes |
| Modifier and Type | Method and Description |
|---|---|
OperationIdentifier<T> |
OperationHandleImpl.getIdentifier() |
| Constructor and Description |
|---|
OperationHandleImpl(SingleOperationManager<T> parent,
OperationIdentifier<T> identifier,
java.lang.Object operationLock,
ServiceLocator locator) |