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 anIAlertManager
that you can use to send alerts to specified users.Gets anITracer
that you can use to log directly to the scheduler log.Gets anITracerFactory
that you can use to create anITracer
object for logging from a particular class.
-
Method Details
-
getTracerFactory
ITracerFactory getTracerFactory()Gets anITracerFactory
that you can use to create anITracer
object for logging from a particular class.- Returns:
- See above.
-
getSchedulerTracer
ITracer getSchedulerTracer()Gets anITracer
that you can use to log directly to the scheduler log.- Returns:
- See above.
-
getAlertManager
IAlertManager getAlertManager()Gets anIAlertManager
that you can use to send alerts to specified users.- Returns:
- See above.
-