Package | Description |
---|---|
org.glassfish.hk2.extras.operation | |
org.glassfish.hk2.extras.operation.internal |
Modifier and Type | Field and Description |
---|---|
private SingleOperationManager<T> |
OperationContext.manager |
Modifier and Type | Method and Description |
---|---|
void |
OperationContext.setOperationManager(SingleOperationManager<T> manager) |
Modifier and Type | Field and Description |
---|---|
private SingleOperationManager<T> |
OperationHandleImpl.parent |
private SingleOperationManager<T> |
OperationDescriptor.parent |
Modifier and Type | Field and Description |
---|---|
private java.util.HashMap<java.lang.Class<? extends java.lang.annotation.Annotation>,SingleOperationManager<?>> |
OperationManagerImpl.children |
Constructor and Description |
---|
OperationDescriptor(T scope,
SingleOperationManager<T> parent) |
OperationHandleImpl(SingleOperationManager<T> parent,
OperationIdentifier<T> identifier,
java.lang.Object operationLock,
ServiceLocator locator) |