org.apache.tapestry5.jmx
Class JmxModule

java.lang.Object
  extended by org.apache.tapestry5.jmx.JmxModule

public class JmxModule
extends java.lang.Object

Module for JMX services.


Constructor Summary
JmxModule()
           
 
Method Summary
 MBeanSupport buildMBeanSupport(RegistryShutdownHub shutdownHub, MBeanSupportImpl service)
           
static PagePool decoratePagePool(PagePool pagePool, MBeanSupport managedBeanSupport)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JmxModule

public JmxModule()
Method Detail

buildMBeanSupport

public MBeanSupport buildMBeanSupport(RegistryShutdownHub shutdownHub,
                                      @Autobuild
                                      MBeanSupportImpl service)

decoratePagePool

public static PagePool decoratePagePool(PagePool pagePool,
                                        MBeanSupport managedBeanSupport)


Copyright © 2006-2010 Apache Software Foundation. All Rights Reserved.