Package org.apache.wicket.jmx.wrapper

Examples of org.apache.wicket.jmx.wrapper.Application


        tempDomain = name + "-" + i++;
        appBeanName = new ObjectName(tempDomain + ":type=Application");
      }
      domain = tempDomain;

      Application appBean = new Application(application);
      register(application, appBean, appBeanName);

      register(application, new ApplicationSettings(application), new ObjectName(domain
        + ":type=Application,name=ApplicationSettings"));
      register(application, new DebugSettings(application), new ObjectName(domain
View Full Code Here

TOP

Related Classes of org.apache.wicket.jmx.wrapper.Application

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.