Package com.saperion.ngc.util
Class JmxUtil
- java.lang.Object
- 
- com.saperion.ngc.util.JmxUtil
 
- 
 public final class JmxUtil extends java.lang.ObjectUtility methods and constant for JMX usage.
- 
- 
Field SummaryFields Modifier and Type Field Description static java.lang.StringDOMAINDomain name for MBean object names.
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetApplicationIdentifier()
 
- 
- 
- 
Field Detail- 
DOMAINpublic static final java.lang.String DOMAIN Domain name for MBean object names.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getApplicationIdentifierpublic 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.
 
 
- 
 
-