| Package | Description |
|---|---|
| com.varra.jmx.mbean | |
| com.varra.jmx.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
RapidMBean
An MBean ported to the Rapid.
|
| 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) |
| Constructor and Description |
|---|
MBeanRegistrar(MBean mBean)
Instantiates a new m bean registrar.
Attempts to register the given mBean as an MBean with the
default MBeanServer. |
MBeanUnRegistrar(MBean mBean)
Instantiates a new m bean registrar.
|
| Constructor and Description |
|---|
MBeanRegistrar(List<MBean> mBeans)
Instantiates a new mbean registrar.
Attempts to register the given mBeans as an MBean with the
default MBeanServer. |
Copyright © 2016 utils4j. All Rights Reserved.