Uses of Interface
to.etc.webapp.pendingoperations.IPendingOperationExecutor

Packages that use IPendingOperationExecutor
to.etc.webapp.pendingoperations   
 

Uses of IPendingOperationExecutor in to.etc.webapp.pendingoperations
 

Methods in to.etc.webapp.pendingoperations that return IPendingOperationExecutor
 IPendingOperationExecutor PendingOperationTaskProvider.findExecutor(PendingOperation po)
          Find an executor for a given pendingOperation type.
 

Methods in to.etc.webapp.pendingoperations with parameters of type IPendingOperationExecutor
 void PendingOperationTaskProvider.registerPendingOperationType(java.lang.String type, IPendingOperationExecutor pox)
          Register a pending operation type and it's executor.