| Package | Description |
|---|---|
| org.glassfish.hk2.extras.operation | |
| org.glassfish.hk2.extras.operation.internal |
| Modifier and Type | Method and Description |
|---|---|
OperationHandle |
OperationManager.createAndStartOperation(Annotation scope)
Creates an OperationHandle that will be associated
with the thread calling this method.
|
OperationHandle |
OperationManager.createOperation(Annotation scope)
Creates an OperationHandle.
|
| Modifier and Type | Method and Description |
|---|---|
List<OperationHandle> |
OperationManager.getCurrentOperations(Annotation scope)
Gets the list of all Operations that are in state
OperationState.ACTIVE or OperationState.SUSPENDED. |
| Modifier and Type | Class and Description |
|---|---|
class |
OperationHandleImpl |
| Modifier and Type | Method and Description |
|---|---|
OperationHandle |
OperationDescriptor.create(ServiceHandle<?> root) |
OperationHandle |
OperationManagerImpl.createAndStartOperation(Annotation scope) |
OperationHandle |
OperationManagerImpl.createOperation(Annotation scope) |
| Modifier and Type | Method and Description |
|---|---|
List<OperationHandle> |
OperationManagerImpl.getCurrentOperations(Annotation scope) |
Copyright © 2009-2015 Oracle Corporation. All Rights Reserved.