Class MBeanSupportImpl
java.lang.Object
org.apache.tapestry5.internal.jmx.MBeanSupportImpl
- All Implemented Interfaces:
MBeanSupport
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Registers the specific MBean with the server.void
register
(Object object, ObjectName objectName) Registers the specified MBean with the server.void
unregister
(ObjectName objectName) Unregisters the specified MBean from the server.
-
Constructor Details
-
MBeanSupportImpl
-
-
Method Details
-
listenForShutdown
-
register
Description copied from interface:MBeanSupport
Registers the specific MBean with the server.- Specified by:
register
in interfaceMBeanSupport
- Parameters:
bean
- the MBean instancename
- string name used to create anObjectName
-
register
Description copied from interface:MBeanSupport
Registers the specified MBean with the server.- Specified by:
register
in interfaceMBeanSupport
- Parameters:
object
- the MBean instanceobjectName
- the name for the MBean
-
unregister
Description copied from interface:MBeanSupport
Unregisters the specified MBean from the server.- Specified by:
unregister
in interfaceMBeanSupport
- Parameters:
objectName
- the name for the MBean
-