Uses of Interface
com.ibm.wsspi.timedoperations.TimedOperation

Uses of TimedOperation in com.ibm.wsspi.timedoperations
 

Methods in com.ibm.wsspi.timedoperations that return TimedOperation
static TimedOperation TimedOperationService.getTimedOperation(java.lang.String type, java.lang.String pattern)
          Returns a TimedOperation configured for the specified type and pattern.
 

Methods in com.ibm.wsspi.timedoperations that return types with arguments of type TimedOperation
static java.util.Collection<TimedOperation> TimedOperationService.getTimedOperations()
          Lists all known timed operations.
static java.util.HashMap<java.lang.String,java.util.ArrayList<TimedOperation>> TimedOperationService.getTimedOperationsByType()
          Lists all known timed operations, grouped by type.