Package com.saperion.ngc.util
Class JmxUtil
- java.lang.Object
-
- com.saperion.ngc.util.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()
-
-
-
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.
-
-