public class RapidMBean extends MBean
| Constructor and Description |
|---|
RapidMBean(Object mBeanRef,
String type,
String name,
String warName)
Instantiates a new rapid m bean.
|
RapidMBean(Object mBeanRef,
String type,
String name,
String warName,
NotificationListener notificationListener)
Instantiates a new rapid mBean with the
NotificationListener,
please be checked whether the mBeanRef u r providing is compatible before
u do this, if not please use the other constructor. |
public RapidMBean(Object mBeanRef, String type, String name, String warName) throws MBeanRegistrationException
mBeanRef - the m bean reftype - the typename - the namewarName - the war nameMBeanRegistrationException - the m bean registration exceptionpublic RapidMBean(Object mBeanRef, String type, String name, String warName, NotificationListener notificationListener) throws MBeanRegistrationException
NotificationListener,
please be checked whether the mBeanRef u r providing is compatible before
u do this, if not please use the other constructor.mBeanRef - the m bean reftype - the typename - the namewarName - the war namenotificationListener - the notification listenerMBeanRegistrationException - the m bean registration exceptionCopyright © 2016 utils4j. All Rights Reserved.