| Package | Description |
|---|---|
| com.varra.jmx.mbean | |
| com.varra.jmx.registry |
| Constructor and Description |
|---|
MBean(Object mBeanRef,
String port,
String type,
String name,
String warName,
NotificationListener notificationListener)
Instantiates a new m Bean.
|
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. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MBeanRegistration.isRegistered(MBean mBean)
Checks whether an MBean, identified by its
Port, the Type
and Application provided, is already registered with the MBean
server. |
boolean |
MBeanManager.isRegistered(MBean mBean) |
boolean |
MBeanRegistration.register(MBean mBean)
Registers the specified object as an MBean with the MBean server in the
specified
Port with the Type and Application
provided. |
boolean |
MBeanManager.register(MBean mBean) |
boolean |
MBeanRegistration.unRegister(MBean mBean)
Unregisters an MBean from the MBean server.
|
boolean |
MBeanManager.unRegister(MBean mBean) |
Copyright © 2016 utils4j. All Rights Reserved.