com.ibm.wsspi.timedoperations

Uses of Interface TimedOperation

Uses of TimedOperation in com.ibm.wsspi.timedoperations

Modifier and Type Method and Description
  1. static
  2. TimedOperation
TimedOperationService.getTimedOperation(java.lang.String type,java.lang.String pattern)
Returns a TimedOperation configured for the specified type and pattern.
Modifier and Type Method and Description
  1. static
  2. java.util.Collection<TimedOperation>
TimedOperationService.getTimedOperations()
Lists all known timed operations.
  1. static
  2. java.util.HashMap<java.lang.String,java.util.ArrayList<TimedOperation>>
TimedOperationService.getTimedOperationsByType()
Lists all known timed operations, grouped by type.