org.logicblaze.lingo.jmx.remote.jms
Interface MBeanJmsServerConnection

All Superinterfaces:
javax.management.MBeanServerConnection
All Known Implementing Classes:
MBeanJmsServerConnectionImpl

public interface MBeanJmsServerConnection
extends javax.management.MBeanServerConnection

Version:
$Revision: 94 $

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 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 Detail

addNotificationListener

void addNotificationListener(String listenerId,
                             javax.management.ObjectName name,
                             javax.jms.Destination replyToDestination)
Add a Notification listener

Parameters:
listenerId -
name -
replyToDestination -

removeNotificationListener

void removeNotificationListener(String listenerId)
Remove a Notification listener

Parameters:
listenerId -


Copyright © 2012 LogicBlaze, Inc.. All Rights Reserved.