org.apache.tapestry5.jmx
Interface MBeanSupport

All Known Implementing Classes:
MBeanSupportImpl

public interface MBeanSupport

Creates an MBean server and registers MBeans with the created server. The registered MBeans are unregistered when Registry is shut down.

Since:
5.2.0

Method Summary
 void register(java.lang.Object bean, javax.management.ObjectName objectName)
          Registers the specified MBean with the server.
 void unregister(javax.management.ObjectName objectName)
          Unregisters the specified MBean from the server.
 

Method Detail

register

void register(java.lang.Object bean,
              javax.management.ObjectName objectName)
Registers the specified MBean with the server.

Parameters:
bean - the MBean instance
objectName - the name for the MBean

unregister

void unregister(javax.management.ObjectName objectName)
Unregisters the specified MBean from the server.

Parameters:
objectName - the name for the MBean


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