Uses of Interface
org.openspaces.pu.sla.monitor.Monitor
Packages that use Monitor
Package
Description
Definition of SLA (Service Level Agreement) when deploying onto an SLA enabled container (such as the
Service Grid).
Allowing to configure monitors/watches within SLA definition.
-
Uses of Monitor in org.openspaces.pu.sla
Methods in org.openspaces.pu.sla that return types with arguments of type MonitorModifier and TypeMethodDescriptionSLA.getMonitors()Returns a list of monitors can be used to monitor different runtime aspects of the processing unit.Method parameters in org.openspaces.pu.sla with type arguments of type MonitorModifier and TypeMethodDescriptionvoidSLA.setMonitors(List<Monitor> monitors) Sets a list of monitors can be used to monitor different runtime aspects of the processing unit. -
Uses of Monitor in org.openspaces.pu.sla.monitor
Subinterfaces of Monitor in org.openspaces.pu.sla.monitorClasses in org.openspaces.pu.sla.monitor that implement MonitorModifier and TypeClassDescriptionclassA base class for monitor classes.classThe bean property monitor allows to register a Spring bean reference and a proeprty name which will be monitored at a scheduled interval by invoking it.