Class JmxUtil


  • public final class JmxUtil
    extends java.lang.Object
    Utility methods and constant for JMX usage.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String DOMAIN
      Domain name for MBean object names.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String getApplicationIdentifier()  
      • Methods inherited from class java.lang.Object

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

      • DOMAIN

        public static final java.lang.String DOMAIN
        Domain name for MBean object names.
        See Also:
        Constant Field Values
    • Method Detail

      • getApplicationIdentifier

        public static java.lang.String getApplicationIdentifier()
        Returns:
        a string that can be used as an identifier in the object name of an MBean that might be used by multiple instances of the web client running in one JVM. If possible, the application root path is returned. If not, a string identifying the application's class loader is returned.