Package com.i2group.disco.task.spi
Interface IScheduledTask.IScheduledTaskObjects
- Enclosing interface:
- IScheduledTask
public static interface IScheduledTask.IScheduledTaskObjects
A set of methods that provide access to other server APIs that you can use from inside a
IScheduledTask.- Since:
- 12.0
-
Method Summary
Modifier and TypeMethodDescriptionGets anIAlertManagerthat you can use to send alerts to specified users.Gets anITracerthat you can use to log directly to the scheduler log.Gets anITracerFactorythat you can use to create anITracerobject for logging from a particular class.
-
Method Details
-
getTracerFactory
ITracerFactory getTracerFactory()Gets anITracerFactorythat you can use to create anITracerobject for logging from a particular class.- Returns:
- See above.
-
getSchedulerTracer
ITracer getSchedulerTracer()Gets anITracerthat you can use to log directly to the scheduler log.- Returns:
- See above.
-
getAlertManager
IAlertManager getAlertManager()Gets anIAlertManagerthat you can use to send alerts to specified users.- Returns:
- See above.
-