Package org.jboss.remotingjmx
Interface RemotingMBeanServerConnection
-
- All Superinterfaces:
MBeanServerConnection
public interface RemotingMBeanServerConnection extends MBeanServerConnection
An extension of the MBeanServerConnection to also expose the underlying Remoting Connection. WARNING - This is an internal API for use by the CLI / jConsole integration only. This interface may be changed unexpectedly between releases.- Author:
- Darran Lofthouse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.jboss.remoting3.ConnectiongetConnection()-
Methods inherited from interface javax.management.MBeanServerConnection
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, getAttribute, getAttributes, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean
-
-