Interface MonitoringBean.MonitorBean

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void start()  
      void stop()  
      • Methods inherited from interface tigase.kernel.beans.Initializable

        initialize
      • Methods inherited from interface tigase.kernel.beans.UnregisterAware

        beforeUnregister
    • Method Detail

      • stop

        void stop()
           throws java.lang.Exception
        Throws:
        java.lang.Exception
      • start

        void start()
            throws java.lang.Exception
        Throws:
        java.lang.Exception