Uses of Interface
com.redwood.scheduler.api.model.Monitor
-
Packages that use Monitor Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of Monitor in com.redwood.scheduler.api.model
Subinterfaces of Monitor in com.redwood.scheduler.api.model Modifier and Type Interface Description interface
LinkableMonitor
Superclass for monitors that can be linked to.interface
MonitorCheck
Shows which monitor conditions use which monitor values If the monitor check refers to a local object, it must define a business key.interface
MonitorLink
Monitor that links to a linkedmonitor A monitorlink is used to reuse a part of the monitor tree in several locations by linking to them.interface
MonitorNode
Monitor that can contain sub-nodesMethods in com.redwood.scheduler.api.model that return Monitor Modifier and Type Method Description Monitor
SchedulerSession. getMonitorByPath(String path)
Get a Monitor for the given path.
-