Interface MonitorJob
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
AbstractMonitorJob,SimpleMonitorJob,StandardMonitorJob
Represents an interface for monitor jobs.
This interface is designed to be implemented by various monitor job classes, providing a common base for different types of monitor jobs.
-
Method Summary
-
Method Details
-
getKeys
Returns the monitor job keys used to create the monitor id- Returns:
- A set of String representing the monitor job keys
-