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 OperationStateOperationHandle. getState()Gets the current state of this operationstatic OperationStateOperationState. valueOf(java.lang.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
Fields in org.glassfish.hk2.extras.operation.internal declared as OperationState Modifier and Type Field Description private OperationStateOperationHandleImpl. stateMethods in org.glassfish.hk2.extras.operation.internal that return OperationState Modifier and Type Method Description OperationStateOperationHandleImpl. getState()
-