Uses of Interface
javax.management.NotificationFilter

Packages that use NotificationFilter
javax.management   
javax.management.relation   
mx4j.connector   
mx4j.connector.rmi   
mx4j.connector.rmi.iiop   
mx4j.connector.rmi.jrmp   
mx4j.log   
mx4j.server   
mx4j.server.interceptor   
 

Uses of NotificationFilter in javax.management
 

Classes in javax.management that implement NotificationFilter
 class AttributeChangeNotificationFilter
          Provides a filter for the AttributeChangeNotification.
 class NotificationFilterSupport
           
 

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

Uses of NotificationFilter in javax.management.relation
 

Classes in javax.management.relation that implement NotificationFilter
 class MBeanServerNotificationFilter
           
 

Uses of NotificationFilter in mx4j.connector
 

Methods in mx4j.connector with parameters of type NotificationFilter
 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 NotificationFilter in mx4j.connector.rmi
 

Classes in mx4j.connector.rmi that implement NotificationFilter
 class RemoteNotificationFilterSupport
          This class is serialized from client to the server, and forwards calls to remote filter.
 

Methods in mx4j.connector.rmi that return NotificationFilter
protected abstract  NotificationFilter RMIConnector.createRemoteNotificationFilter(NotificationFilter listener)
           
 

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

Constructors in mx4j.connector.rmi with parameters of type NotificationFilter
RemoteNotificationFilterSupport(NotificationFilter clientFilter)
           
 

Uses of NotificationFilter in mx4j.connector.rmi.iiop
 

Classes in mx4j.connector.rmi.iiop that implement NotificationFilter
 class IIOPRemoteNotificationFilterSupport
           
 

Methods in mx4j.connector.rmi.iiop that return NotificationFilter
protected  NotificationFilter IIOPConnector.createRemoteNotificationFilter(NotificationFilter filter)
           
 

Methods in mx4j.connector.rmi.iiop with parameters of type NotificationFilter
protected  NotificationFilter IIOPConnector.createRemoteNotificationFilter(NotificationFilter filter)
           
 

Constructors in mx4j.connector.rmi.iiop with parameters of type NotificationFilter
IIOPRemoteNotificationFilterSupport(NotificationFilter clientFilter)
           
 

Uses of NotificationFilter in mx4j.connector.rmi.jrmp
 

Classes in mx4j.connector.rmi.jrmp that implement NotificationFilter
 class JRMPRemoteNotificationFilterSupport
           
 

Methods in mx4j.connector.rmi.jrmp that return NotificationFilter
protected  NotificationFilter JRMPConnector.createRemoteNotificationFilter(NotificationFilter filter)
           
 

Methods in mx4j.connector.rmi.jrmp with parameters of type NotificationFilter
protected  NotificationFilter JRMPConnector.createRemoteNotificationFilter(NotificationFilter filter)
           
 

Constructors in mx4j.connector.rmi.jrmp with parameters of type NotificationFilter
JRMPRemoteNotificationFilterSupport(NotificationFilter clientFilter)
           
 

Uses of NotificationFilter in mx4j.log
 

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

Uses of NotificationFilter in mx4j.server
 

Methods in mx4j.server with parameters of type NotificationFilter
 void ChainedMBeanServer.addNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
           
 void ChainedMBeanServer.addNotificationListener(ObjectName observed, ObjectName listener, NotificationFilter filter, java.lang.Object handback)
           
 void MBeanServerImpl.addNotificationListener(ObjectName observed, ObjectName 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.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, ObjectName listener, NotificationFilter filter, java.lang.Object handback)
          Not present in the specification but needed
 void MBeanServerImpl.removeNotificationListener(ObjectName observed, NotificationListener listener, NotificationFilter filter, java.lang.Object handback)
          Not present in the specification but needed
 

Uses of NotificationFilter in mx4j.server.interceptor
 

Methods in mx4j.server.interceptor with parameters of type NotificationFilter
 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 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 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)
           
 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)
           
 



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