psdi.app.sla

Interface SLARecordsSetRemote

  • All Superinterfaces:
    MboAccessInterface, MboSetRemote, java.rmi.Remote, Transactable
    All Known Implementing Classes:
    SLARecordsSet


    public interface SLARecordsSetRemote
    extends MboSetRemote
    Remote Interface to the set of Service Level Agreement Records. Constants for relationships defined in the 'MAXRELATIONSHIP' table are declared here.
    • Method Detail

      • applySLA

        void applySLA()
               throws MXException,
                      java.rmi.RemoteException
        apply SLAs to mbo.
        Throws:
        MXException
        java.rmi.RemoteException
      • modifySLA

        void modifySLA()
                throws MXException,
                       java.rmi.RemoteException
        modify SLAs to mbo.
        Throws:
        MXException
        java.rmi.RemoteException
      • getSLAsToSelect

        MboSetRemote getSLAsToSelect(boolean showAll)
                              throws MXException,
                                     java.rmi.RemoteException
        Get the list of SLAs that can be applied to mbo
        Throws:
        MXException
        java.rmi.RemoteException
      • clearTargetDates

        void clearTargetDates()
                       throws MXException,
                              java.rmi.RemoteException
        clear the target dates.
        Throws:
        MXException
        java.rmi.RemoteException
      • canAddMoreSLAs

        boolean canAddMoreSLAs()
                        throws MXException,
                               java.rmi.RemoteException
        Can add more SLAs to this object?
        Throws:
        MXException
        java.rmi.RemoteException