Examples of validateJmxValue()


Examples of org.xmlBlaster.util.Global.validateJmxValue()

    this.blockedIPs = new TreeSet/*<String>*/();
   
        // JMX
      try {
         Global glob = Global.instance();
           String instanceName = glob.validateJmxValue("AjaxServlet");
           this.contextNode = new ContextNode(ContextNode.SERVICE_MARKER_TAG, instanceName, null);//, glob.getContextNode());
           this.mbeanHandle = glob.registerMBean(this.contextNode, this);
        }
      catch (XmlBlasterException e) {
         log("Ignoring problem during JMX session registration: " + e.toString());
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.