Uses of Class
to.etc.webapp.pendingoperations.PendingOperationState

Packages that use PendingOperationState
to.etc.webapp.pendingoperations   
 

Uses of PendingOperationState in to.etc.webapp.pendingoperations
 

Methods in to.etc.webapp.pendingoperations that return PendingOperationState
 PendingOperationState PendingOperation.getState()
           
static PendingOperationState PendingOperationState.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PendingOperationState[] PendingOperationState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in to.etc.webapp.pendingoperations with parameters of type PendingOperationState
 void PendingOperation.setError(PendingOperationState rtry, java.lang.String string)
           
 void PendingOperation.setState(PendingOperationState state)