Package org.apache.wicket.jmx.wrapper

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


        + ":type=Application,name=RequestCycleSettings"));
      register(application, new SecuritySettings(application), new ObjectName(domain
        + ":type=Application,name=SecuritySettings"));
      register(application, new SessionSettings(application), new ObjectName(domain
        + ":type=Application,name=SessionSettings"));
      register(application, new StoreSettings(application), new ObjectName(domain
        + ":type=Application,name=StoreSettings"));

      RequestLogger sessionsBean = new RequestLogger(application);
      ObjectName sessionsBeanName = new ObjectName(domain + ":type=RequestLogger");
      register(application, sessionsBean, sessionsBeanName);
View Full Code Here

TOP

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

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.