org.logicblaze.lingo.jmx.remote.jms
Class MBeanJmsServerConnectionClient
java.lang.Object
org.logicblaze.lingo.jmx.remote.jms.MBeanServerConnectionDelegate
org.logicblaze.lingo.jmx.remote.jms.MBeanJmsServerConnectionClient
- All Implemented Interfaces:
- MessageListener, MBeanServerConnection
public class MBeanJmsServerConnectionClient
- extends MBeanServerConnectionDelegate
- implements MessageListener
- Version:
- $Revision: 1.2 $
| Methods inherited from class org.logicblaze.lingo.jmx.remote.jms.MBeanServerConnectionDelegate |
addNotificationListener, createMBean, createMBean, createMBean, createMBean, getAttribute, getAttributes, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanJmsServerConnectionClient
public MBeanJmsServerConnectionClient(MBeanJmsServerConnection connection,
Connection jmsConnection)
throws JMSException
- Construct this thing
- Parameters:
connection -
- Throws:
JMSException
addNotificationListener
public void addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
- Add a notification listener
- Specified by:
addNotificationListener in interface MBeanServerConnection- Overrides:
addNotificationListener in class MBeanServerConnectionDelegate
- Parameters:
name - listener - filter - handback -
removeNotificationListener
public void removeNotificationListener(ObjectName name,
NotificationListener listener)
throws ListenerNotFoundException
- Remove a Notification Listener
- Specified by:
removeNotificationListener in interface MBeanServerConnection- Overrides:
removeNotificationListener in class MBeanServerConnectionDelegate
- Parameters:
name - listener -
- Throws:
ListenerNotFoundException
removeNotificationListener
public void removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
throws ListenerNotFoundException
- Remove a Notification Listener
- Specified by:
removeNotificationListener in interface MBeanServerConnection- Overrides:
removeNotificationListener in class MBeanServerConnectionDelegate
- Parameters:
name - listener - filter - handback -
- Throws:
ListenerNotFoundException
onMessage
public void onMessage(Message msg)
- MessageListener implementation
- Specified by:
onMessage in interface MessageListener
- Parameters:
msg -
Copyright © 2005-2006 LogicBlaze, Inc.. All Rights Reserved.