Interface MonitorLink

    • Method Detail

      • getLinkedLinkableMonitor

        LinkableMonitor getLinkedLinkableMonitor()
        Get the LinkedLinkableMonitor.
        Returns:
        LinkedLinkableMonitor
        Throws:
        com.redwood.scheduler.api.exception.ObjectDeletedException - If this method is called when the object has been marked for deletion.
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - If this method is called when the object has been removed from it's session.
      • setLinkedLinkableMonitor

        void setLinkedLinkableMonitor​(LinkableMonitor newLinkedLinkableMonitor)
        Set the value for LinkedLinkableMonitor. This value is mandatory.
        Parameters:
        newLinkedLinkableMonitor - is the object to set LinkedLinkableMonitor to. To which LinkableMonitor Object does this MonitorLink point to? If this is null, then the object cannot be persisted.