Uses of Class
org.glassfish.hk2.extras.operation.OperationState
-
Packages that use OperationState Package Description org.glassfish.hk2.extras.operation org.glassfish.hk2.extras.operation.internal -
-
Uses of OperationState in org.glassfish.hk2.extras.operation
Methods in org.glassfish.hk2.extras.operation that return OperationState Modifier and Type Method Description OperationState
OperationHandle. getState()
Gets the current state of this operationstatic OperationState
OperationState. valueOf(String name)
Returns the enum constant of this type with the specified name.static OperationState[]
OperationState. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of OperationState in org.glassfish.hk2.extras.operation.internal
Methods in org.glassfish.hk2.extras.operation.internal that return OperationState Modifier and Type Method Description OperationState
OperationHandleImpl. getState()
-