Interface JmxEnabled

    • Method Detail

      • getDomain

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

        void setDomain​(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

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