Package org.jboss.as.server.jmx
Interface PluggableMBeanServer
-
- All Superinterfaces:
MBeanServer,MBeanServerConnection
public interface PluggableMBeanServer extends MBeanServer
Interface for the pluggable mbean server set up by the jmx subsystem- Author:
- Kabir Khan
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPlugin(MBeanServerPlugin delegate)voidremovePlugin(MBeanServerPlugin delegate)-
Methods inherited from interface javax.management.MBeanServer
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, deserialize, deserialize, deserialize, getAttribute, getAttributes, getClassLoader, getClassLoaderFor, getClassLoaderRepository, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean
-
-
-
-
Method Detail
-
addPlugin
void addPlugin(MBeanServerPlugin delegate)
-
removePlugin
void removePlugin(MBeanServerPlugin delegate)
-
-