Class JmxUtil

java.lang.Object
com.saperion.ngc.util.JmxUtil

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

  • Method Details

    • getApplicationIdentifier

      public static 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.