Interface JMXAgent

    • Method Detail

      • register

        void register​(ObjectName name,
                      Object mBean)
               throws javax.jms.JMSException
        Register an MBean
        Throws:
        javax.jms.JMSException - on registration error
      • unregister

        void unregister​(ObjectName name)
                 throws javax.jms.JMSException
        Unregister an MBean
        Throws:
        javax.jms.JMSException - on registration error
      • stop

        void stop()
        Stop the agent