Package org.apache.wicket.jmx.wrapper

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


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

TOP

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

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.