org.logicblaze.lingo.jmx.remote.jms
Class MBeanJmsServerConnectionImpl
java.lang.Object
org.logicblaze.lingo.jmx.remote.jms.MBeanServerConnectionDelegate
org.logicblaze.lingo.jmx.remote.jms.MBeanJmsServerConnectionImpl
- All Implemented Interfaces:
- MBeanServerConnection, MBeanJmsServerConnection
public class MBeanJmsServerConnectionImpl
- extends MBeanServerConnectionDelegate
- implements MBeanJmsServerConnection
- Version:
- $Revision: 1.1 $
| Methods inherited from class org.logicblaze.lingo.jmx.remote.jms.MBeanServerConnectionDelegate |
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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
MBeanJmsServerConnectionImpl
public MBeanJmsServerConnectionImpl(MBeanServerConnection connection,
Connection jmsConnection)
throws JMSException
- Construct this thing
- Parameters:
connection - jmsConnection -
- Throws:
JMSException
addNotificationListener
public void addNotificationListener(String listenerId,
ObjectName name,
Destination replyToDestination)
- Add a Notification listener
- Specified by:
addNotificationListener in interface MBeanJmsServerConnection
- Parameters:
listenerId - name - replyToDestination -
removeNotificationListener
public void removeNotificationListener(String listenerId)
- Remove a Notification listener
- Specified by:
removeNotificationListener in interface MBeanJmsServerConnection
- Parameters:
listenerId -
Copyright © 2005-2006 LogicBlaze, Inc.. All Rights Reserved.