Uses of Interface
com.redwood.scheduler.api.model.LinkableMonitor
-
Packages that use LinkableMonitor Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of LinkableMonitor in com.redwood.scheduler.api.model
Subinterfaces of LinkableMonitor in com.redwood.scheduler.api.model Modifier and Type Interface Description 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
MonitorNode
Monitor that can contain sub-nodesMethods in com.redwood.scheduler.api.model that return LinkableMonitor Modifier and Type Method Description LinkableMonitor
MonitorAlertSource. getLinkableMonitor()
Get the LinkableMonitor.LinkableMonitor
MonitorEvent. getLinkableMonitor()
Get the LinkableMonitor.LinkableMonitor
MonitorLink. getLinkedLinkableMonitor()
Get the LinkedLinkableMonitor.Methods in com.redwood.scheduler.api.model with parameters of type LinkableMonitor Modifier and Type Method Description MonitorEvent
EventDefinition. createMonitorEvent(LinkableMonitor newLinkableMonitor)
Create a newMonitorEvent
linked to this object.RWIterable<MonitorAlertSource>
SchedulerSession. getMonitorAlertSourcesByLinkableMonitor(LinkableMonitor linkableMonitor)
Get an iterator of all MonitorAlertSources by LinkableMonitor.MonitorEvent
EventDefinition. getMonitorEventByLinkableMonitor(LinkableMonitor linkableMonitor)
Get the MonitorEvent by MonitorEvent.void
MonitorAlertSource. setLinkableMonitor(LinkableMonitor newLinkableMonitor)
Set the value for LinkableMonitor.void
MonitorLink. setLinkedLinkableMonitor(LinkableMonitor newLinkedLinkableMonitor)
Set the value for LinkedLinkableMonitor. -
Uses of LinkableMonitor in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 with parameters of type LinkableMonitor Modifier and Type Method Description Iterator<MonitorAlertSource>
SchedulerSessionComp. getMonitorAlertSourcesByLinkableMonitor(LinkableMonitor linkableMonitor)
Deprecated.This method is only here to provide binary compatibility with old releases of the software.
-