Interface JmsMBeanServerConnection

  • All Superinterfaces:
    javax.management.MBeanServerConnection

    public interface JmsMBeanServerConnection
    extends javax.management.MBeanServerConnection
    Interface with additional methods for supporting MBeanServerConnection over JMS.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addJmsNotificationListener​(java.lang.String listenerId, javax.management.ObjectName name, javax.jms.Destination replyToDestination)
      Add a notification listener for a given MBean
      void removeJmsNotificationListener​(java.lang.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

      • addJmsNotificationListener

        void addJmsNotificationListener​(java.lang.String listenerId,
                                        javax.management.ObjectName name,
                                        javax.jms.Destination replyToDestination)
        Add a notification listener for a given MBean
        Parameters:
        listenerId - the uniqueId for the listener.
        name - The name of the MBean on which a listener has been added.
        replyToDestination - the JMS Destination where notifications will be sent.
        See Also:
        removeJmsNotificationListener(String)
      • removeJmsNotificationListener

        void removeJmsNotificationListener​(java.lang.String listenerId)
        Remove a notification listener.
        Parameters:
        listenerId - the listenerId.