Interface JmxEnabled

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDomain()
      Returns the domain under which this component will be / has been registered.
      javax.management.ObjectName getObjectName()
      Returns the name under which this component has been registered with JMX.
      void setDomain​(java.lang.String domain)
      Specify the domain under which this component should be registered.
      • Methods inherited from interface javax.management.MBeanRegistration

        postDeregister, postRegister, preDeregister, preRegister
    • Method Detail

      • getDomain

        java.lang.String getDomain()
        Returns the domain under which this component will be / has been registered.
        Returns:
        the domain under which this component will be / has been registered.
      • setDomain

        void setDomain​(java.lang.String domain)
        Specify the domain under which this component should be registered. Used with components that cannot (easily) navigate the component hierarchy to determine the correct domain to use.
        Parameters:
        domain - The name of the domain under which this component should be registered
      • getObjectName

        javax.management.ObjectName getObjectName()
        Returns the name under which this component has been registered with JMX.
        Returns:
        the name under which this component has been registered with JMX.