Uses of Interface
com.redwood.scheduler.api.model.MonitorEvent
-
Packages that use MonitorEvent Package Description com.redwood.scheduler.api.model Scheduler API - Modelcom.redwood.scheduler.api.model.compatibility_14 -
-
Uses of MonitorEvent in com.redwood.scheduler.api.model
Fields in com.redwood.scheduler.api.model with type parameters of type MonitorEvent Modifier and Type Field Description static QueryObjectType<MonitorEvent>
MonitorEvent. TYPE
Type that can be used inSchedulerSession.executeObjectQuery(QueryObjectType, String, Object...)
.Methods in com.redwood.scheduler.api.model that return MonitorEvent Modifier and Type Method Description MonitorEvent
EventDefinition. createMonitorEvent(LinkableMonitor newLinkableMonitor)
Create a newMonitorEvent
linked to this object.MonitorEvent
LinkableMonitor. createMonitorEvent(EventDefinition newEventDefinition)
Create a newMonitorEvent
linked to this object.static MonitorEvent
BusinessKeyLookup. getMonitorEventByBusinessKey(SchedulerSession session, String key)
Query an instance ofMonitorEvent
, based on its business key.MonitorEvent
LinkableMonitor. getMonitorEventByEventDefinition(EventDefinition eventDefinition)
Get the MonitorEvent by MonitorEvent.MonitorEvent
BusinessKeyResolver. getMonitorEventByKey(BusinessKey key)
Query an instance ofMonitorEvent
, based on its business key.MonitorEvent
EventDefinition. getMonitorEventByLinkableMonitor(LinkableMonitor linkableMonitor)
Get the MonitorEvent by MonitorEvent.MonitorEvent
SchedulerSession. getMonitorEventByUniqueId(Long uniqueId)
Get theMonitorEvent
by UniqueId.Methods in com.redwood.scheduler.api.model that return types with arguments of type MonitorEvent Modifier and Type Method Description RWIterable<MonitorEvent>
EventDefinition. getMonitorEvents()
Get anRWIterable
over an ordered collection ofMonitorEvents
.RWIterable<MonitorEvent>
LinkableMonitor. getMonitorEvents()
Get anRWIterable
over an ordered collection ofMonitorEvents
.Methods in com.redwood.scheduler.api.model with parameters of type MonitorEvent Modifier and Type Method Description void
AbstractConcreteObjectCallback. handle(MonitorEvent theMonitorEvent)
void
ConcreteObjectCallback. handle(MonitorEvent theMonitorEvent)
-
Uses of MonitorEvent in com.redwood.scheduler.api.model.compatibility_14
Methods in com.redwood.scheduler.api.model.compatibility_14 that return types with arguments of type MonitorEvent Modifier and Type Method Description Iterator<MonitorEvent>
EventDefinitionComp. getMonitorEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useEventDefinition.getMonitorEvents()
instead.Iterator<MonitorEvent>
LinkableMonitorComp. getMonitorEvents()
Deprecated.this method should never be used directly, and is only provided to ensure binary compatibility with previous releases of the software, useLinkableMonitor.getMonitorEvents()
instead.
-