All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractMonitorJob, SimpleMonitorJob, StandardMonitorJob

public interface MonitorJob extends Serializable
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

    Modifier and Type
    Method
    Description
    Returns the monitor job keys used to create the monitor id
  • Method Details

    • getKeys

      Set<String> getKeys()
      Returns the monitor job keys used to create the monitor id
      Returns:
      A set of String representing the monitor job keys