psdi.app.sla

Class SLAEventListener

  • java.lang.Object
    • psdi.app.sla.SLAEventListener


  • public class SLAEventListener
    extends java.lang.Object
    This static class listens for various SLA related events
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static void checkDraftSla(Mbo mbo) 
      static void checkEscalations(Mbo mbo)
      Checks if mbo is associated to a SLA.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • checkEscalations

        public static void checkEscalations(Mbo mbo)
                                     throws java.rmi.RemoteException,
                                            MXException
        Checks if mbo is associated to a SLA.
        Parameters:
        mbo - The Escalation MBO.
        Throws:
        java.rmi.RemoteException
        MXException
      • checkDraftSla

        public static void checkDraftSla(Mbo mbo)
                                  throws java.rmi.RemoteException,
                                         MXException
        Throws:
        java.rmi.RemoteException
        MXException