Uses of Interface
javax.management.NotificationListener

Packages that use NotificationListener
javax.management   
javax.management.modelmbean   
javax.management.relation   
mx4j.connector   
mx4j.connector.rmi   
mx4j.connector.rmi.iiop   
mx4j.connector.rmi.jrmp   
mx4j.log   
mx4j.server   
mx4j.server.interceptor   
mx4j.tools.heartbeat   
mx4j.tools.jython   
mx4j.tools.mail   
 

Uses of NotificationListener in javax.management
 

Methods in javax.management with parameters of type NotificationListener
 void NotificationBroadcaster.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Adds a listener to the registered MBean.
 void NotificationBroadcaster.removeNotificationListener(NotificationListener listener)
          Removes a listener.
 void NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener)
           
 void MBeanServer.addNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void MBeanServer.removeNotificationListener(ObjectName observed, NotificationListener listener)
           
 

Uses of NotificationListener in javax.management.modelmbean
 

Methods in javax.management.modelmbean with parameters of type NotificationListener
 void RequiredModelMBean.addAttributeChangeNotificationListener(NotificationListener listener, java.lang.String attributeName, java.lang.Object handback)
           
 void RequiredModelMBean.removeAttributeChangeNotificationListener(NotificationListener listener, java.lang.String attributeName)
           
 void ModelMBeanNotificationBroadcaster.addAttributeChangeNotificationListener(NotificationListener listener, java.lang.String attributeName, java.lang.Object handback)
           
 void ModelMBeanNotificationBroadcaster.removeAttributeChangeNotificationListener(NotificationListener listener, java.lang.String attributeName)
           
 

Uses of NotificationListener in javax.management.relation
 

Classes in javax.management.relation that implement NotificationListener
 class RelationService
          An MBean that maintains the consistency of all relation types and all relation instances within a JMX agent.
 

Uses of NotificationListener in mx4j.connector
 

Methods in mx4j.connector with parameters of type NotificationListener
 void MBeanServerConnection.addNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void MBeanServerConnection.removeNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void RemoteMBeanServer.addNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void RemoteMBeanServer.removeNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 

Uses of NotificationListener in mx4j.connector.rmi
 

Classes in mx4j.connector.rmi that implement NotificationListener
 class RemoteNotificationListenerSupport
          This class is serialized from client to the server, and forwards calls to remote listener.
 

Methods in mx4j.connector.rmi that return NotificationListener
protected abstract  NotificationListener RMIConnector.createRemoteNotificationListener(NotificationListener listener)
           
 

Methods in mx4j.connector.rmi with parameters of type NotificationListener
protected abstract  NotificationListener RMIConnector.createRemoteNotificationListener(NotificationListener listener)
           
 

Constructors in mx4j.connector.rmi with parameters of type NotificationListener
RemoteNotificationListenerSupport(NotificationListener clientListener)
           
 

Uses of NotificationListener in mx4j.connector.rmi.iiop
 

Classes in mx4j.connector.rmi.iiop that implement NotificationListener
 class IIOPRemoteNotificationListenerSupport
           
 

Methods in mx4j.connector.rmi.iiop that return NotificationListener
protected  NotificationListener IIOPConnector.createRemoteNotificationListener(NotificationListener listener)
           
 

Methods in mx4j.connector.rmi.iiop with parameters of type NotificationListener
protected  NotificationListener IIOPConnector.createRemoteNotificationListener(NotificationListener listener)
           
 

Constructors in mx4j.connector.rmi.iiop with parameters of type NotificationListener
IIOPRemoteNotificationListenerSupport(NotificationListener clientListener)
           
 

Uses of NotificationListener in mx4j.connector.rmi.jrmp
 

Classes in mx4j.connector.rmi.jrmp that implement NotificationListener
 class JRMPRemoteNotificationListenerSupport
           
 

Methods in mx4j.connector.rmi.jrmp that return NotificationListener
protected  NotificationListener JRMPConnector.createRemoteNotificationListener(NotificationListener listener)
           
 

Methods in mx4j.connector.rmi.jrmp with parameters of type NotificationListener
protected  NotificationListener JRMPConnector.createRemoteNotificationListener(NotificationListener listener)
           
 

Constructors in mx4j.connector.rmi.jrmp with parameters of type NotificationListener
JRMPRemoteNotificationListenerSupport(NotificationListener clientListener)
           
 

Uses of NotificationListener in mx4j.log
 

Methods in mx4j.log with parameters of type NotificationListener
 void LoggerBroadcasterMBean.addNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void LoggerBroadcasterMBean.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void LoggerBroadcaster.removeNotificationListener(NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 

Uses of NotificationListener in mx4j.server
 

Methods in mx4j.server with parameters of type NotificationListener
 void MBeanServerImpl.addNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Add a NotificationListener to a registered MBean Register an MBean listener to allow broadcast of management events(notifications).
 void MBeanServerImpl.removeNotificationListener(ObjectName observed, NotificationListener listener)
          Removed a notificationListener.
 void MBeanServerImpl.removeNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Not present in the specification but needed
 void ChainedMBeanServer.addNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void ChainedMBeanServer.removeNotificationListener(ObjectName observed, NotificationListener listener)
           
 

Uses of NotificationListener in mx4j.server.interceptor
 

Methods in mx4j.server.interceptor with parameters of type NotificationListener
 void SecurityMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void SecurityMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void NotificationListenerMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void NotificationListenerMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void InvokerMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void InvokerMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void MBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void MBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void DefaultMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void DefaultMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void ContextClassLoaderMBeanServerInterceptor.addNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void ContextClassLoaderMBeanServerInterceptor.removeNotificationListener(MBeanMetaData metadata, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 

Uses of NotificationListener in mx4j.tools.heartbeat
 

Methods in mx4j.tools.heartbeat with parameters of type NotificationListener
 void HeartBeatListenerControl.registerObserver(RemoteMBeanServer connector, java.lang.Object connectorType, java.lang.Object address, java.lang.String sourceCanonName, NotificationListener observer)
          Add listener to a remote heartbeat source and register application to * receive heart beat failure notification from HeartBeatListener.
 void HeartBeatListenerControl.unregisterObserver(java.lang.String sourceCanonName, NotificationListener listener)
          Removes the specified heartbeat observer.
 void HeartBeatListener.registerObserver(RemoteMBeanServer connector, java.lang.Object connectorType, java.lang.Object address, java.lang.String heartBeatCanonName, NotificationListener observer)
          Add this listener to a remote heartbeat source and register application to * receive heart beat failure notification from HeartBeatListener.
 void HeartBeatListener.unregisterObserver(java.lang.String sourceCanonName, NotificationListener observer)
          Removes the specified heartbeat observer.
 

Uses of NotificationListener in mx4j.tools.jython
 

Classes in mx4j.tools.jython that implement NotificationListener
 class JythonRunner
          This MBean enables you to run scripts written in jython.
 

Uses of NotificationListener in mx4j.tools.mail
 

Classes in mx4j.tools.mail that implement NotificationListener
 class SMTP
          This MBean is meant to send a mail given certain situation.
 



Copyright © 2001-2002 MX4J Team. All Rights Reserved.