Modifier and Type | Method and Description |
---|---|
static 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 |
---|---|
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.
|