Examples of WGAInformation


Examples of de.innovationgate.wgpublisher.monitoring.WGAInformation

            // Try to instantiate JmxManager. We must test if jmx classes are
            // available
            try {
                Class.forName("java.lang.management.ManagementFactory");
                _wgaMonitor = new JmxManager(new WGAInformation(this), new ObjectName("de.innovationgate.WGAMonitor:context=" + arg0.getServletContext().getServletContextName() + ",name=Information"));
                if (!JmxManager.JMX_DISABLED) {
                log.info("WGA JMX metrics enabled");
            }
            }
            catch (UnsupportedOperationException e) {
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.