Class SimpleMonitorJob
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.monitor.AbstractMonitorJob
org.sentrysoftware.metricshub.engine.connector.model.monitor.SimpleMonitorJob
- All Implemented Interfaces:
Serializable,MonitorJob
Represents a monitor job associated with a simple monitoring task.
This class implements the MonitorJob interface and is used to encapsulate the configuration and details of a monitoring job that involves a
simple monitoring task.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleMonitorJob(Set<String> keys, Simple simple) Constructs aSimpleMonitorJobwith the specified keys and simple instance. -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.sentrysoftware.metricshub.engine.connector.model.monitor.MonitorJob
getKeys
-
Constructor Details
-
SimpleMonitorJob
Constructs aSimpleMonitorJobwith the specified keys and simple instance.- Parameters:
keys- The set of keys for the monitor job.simple- TheSimpleinstance for the monitor job.
-