org.apache.tapestry5.internal.jmx
Class MBeanSupportImpl
java.lang.Object
org.apache.tapestry5.internal.jmx.MBeanSupportImpl
- All Implemented Interfaces:
- MBeanSupport
public class MBeanSupportImpl
- extends Object
- implements MBeanSupport
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanSupportImpl
public MBeanSupportImpl(org.slf4j.Logger logger)
listenForShutdown
@PostInjection
public void listenForShutdown(RegistryShutdownHub hub)
register
public void register(Object bean,
String name)
- Description copied from interface:
MBeanSupport
- Registers the specific MBean with the server.
- Specified by:
register
in interface MBeanSupport
- Parameters:
bean
- the MBean instancename
- string name used to create an ObjectName
register
public void register(Object object,
ObjectName objectName)
- Description copied from interface:
MBeanSupport
- Registers the specified MBean with the server.
- Specified by:
register
in interface MBeanSupport
- Parameters:
object
- the MBean instanceobjectName
- the name for the MBean
unregister
public void unregister(ObjectName objectName)
- Description copied from interface:
MBeanSupport
- Unregisters the specified MBean from the server.
- Specified by:
unregister
in interface MBeanSupport
- Parameters:
objectName
- the name for the MBean
Copyright © 2003-2012 The Apache Software Foundation.