Package org.jboss.remotingjmx
Interface RemotingMBeanServerConnection
- All Superinterfaces:
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
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
-
Method Details
-
getConnection
org.jboss.remoting3.Connection getConnection()
-