org.logicblaze.lingo.jmx.remote.jms
Class MBeanJmsServerConnectionImpl

java.lang.Object
  extended by org.logicblaze.lingo.jmx.remote.jms.MBeanServerConnectionDelegate
      extended by org.logicblaze.lingo.jmx.remote.jms.MBeanJmsServerConnectionImpl
All Implemented Interfaces:
javax.management.MBeanServerConnection, MBeanJmsServerConnection

public class MBeanJmsServerConnectionImpl
extends MBeanServerConnectionDelegate
implements MBeanJmsServerConnection

Version:
$Revision: 94 $

Field Summary
 
Fields inherited from class org.logicblaze.lingo.jmx.remote.jms.MBeanServerConnectionDelegate
connection
 
Constructor Summary
MBeanJmsServerConnectionImpl(javax.management.MBeanServerConnection connection, javax.jms.Connection jmsConnection)
          Construct this thing
 
Method Summary
 void addNotificationListener(String listenerId, javax.management.ObjectName name, javax.jms.Destination replyToDestination)
          Add a Notification listener
 void removeNotificationListener(String listenerId)
          Remove a Notification listener
 
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
 

Constructor Detail

MBeanJmsServerConnectionImpl

public MBeanJmsServerConnectionImpl(javax.management.MBeanServerConnection connection,
                                    javax.jms.Connection jmsConnection)
                             throws javax.jms.JMSException
Construct this thing

Parameters:
connection -
jmsConnection -
Throws:
javax.jms.JMSException
Method Detail

addNotificationListener

public void addNotificationListener(String listenerId,
                                    javax.management.ObjectName name,
                                    javax.jms.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 © 2012 LogicBlaze, Inc.. All Rights Reserved.