Package de.innovationgate.wgpublisher.monitoring

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

Related Classes of de.innovationgate.wgpublisher.monitoring.WGAInformation

Copyright © 2018 www.massapicom. 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.