|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationFilter | |
javax.management | |
javax.management.modelmbean | |
javax.management.relation | The JBossMX relation service. |
org.jboss.mx.loading | |
org.jboss.mx.modelmbean | |
org.jboss.mx.notification | |
org.jboss.mx.server | |
org.jboss.mx.util | Utilities for the Java Management Extentions API. |
Uses of NotificationFilter in javax.management |
Classes in javax.management that implement NotificationFilter | |
class |
AttributeChangeNotificationFilter
Notification filter support for attribute change notifications. |
class |
NotificationFilterSupport
An implementation of the NotificationFilter interface. |
Methods in javax.management with parameters of type NotificationFilter | |
void |
NotificationEmitter.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from the Emitter. |
void |
NotificationBroadcasterSupport.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
NotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
NotificationBroadcaster.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
Add a listener to an MBean. |
void |
MBeanServerDelegate.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
MBeanServerDelegate.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
MBeanServerConnection.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Add a notification listener to an MBean. |
void |
MBeanServerConnection.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Add a notification listener to an MBean. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Removes a listener from an mbean. |
void |
MBeanServerConnection.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from an mbean. |
void |
MBeanServer.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Add a notification listener to an MBean. |
void |
MBeanServer.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Add a notification listener to an MBean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Removes a listener from an mbean. |
void |
MBeanServer.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from an mbean. |
Uses of NotificationFilter in javax.management.modelmbean |
Methods in javax.management.modelmbean with parameters of type NotificationFilter | |
void |
RequiredModelMBean.addNotificationListener(NotificationListener inlistener,
NotificationFilter infilter,
Object inhandback)
|
void |
RequiredModelMBean.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
Uses of NotificationFilter in javax.management.relation |
Classes in javax.management.relation that implement NotificationFilter | |
class |
MBeanServerNotificationFilter
A helper class, used to filter notifications of registration, unregistration of selected object names. |
Uses of NotificationFilter in org.jboss.mx.loading |
Methods in org.jboss.mx.loading with parameters of type NotificationFilter | |
void |
UnifiedLoaderRepository3.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
addNotificationListener delegates to the broadcaster object we hold. |
void |
UnifiedLoaderRepository3.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
Uses of NotificationFilter in org.jboss.mx.modelmbean |
Methods in org.jboss.mx.modelmbean with parameters of type NotificationFilter | |
void |
XMBean.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
XMBean.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
ModelMBeanInvoker.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
ModelMBeanInvoker.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
Uses of NotificationFilter in org.jboss.mx.notification |
Classes in org.jboss.mx.notification that implement NotificationFilter | |
class |
NotificationFilterProxy
NotificationFilterProxy wraps a real filter by the users to pass down to the mbean server so that as notification emitters apply the filter, the appropriate source can be set in the notification object before passing to the real filter. |
Methods in org.jboss.mx.notification that return NotificationFilter | |
NotificationFilter |
NotificationFilterProxy.getFilter()
return the real NotificationFilter |
NotificationFilter |
MBeanServerListenerRegistration.getFilter()
|
NotificationFilter |
ListenerRegistration.getFilter()
Retrieve the filter for this registration. |
NotificationFilter |
ListenerRegistration.getRegisteredFilter()
Retrieve the filter that was registered. |
NotificationFilter |
DefaultListenerRegistration.getFilter()
|
NotificationFilter |
DefaultListenerRegistration.getRegisteredFilter()
|
Methods in org.jboss.mx.notification with parameters of type NotificationFilter | |
void |
MBeanServerListenerRegistry.add(ObjectName name,
NotificationBroadcaster broadcaster,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Adds a listener to the mbean |
void |
MBeanServerListenerRegistry.remove(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes only the registrations for a listener that match the filter and handback. |
ListenerRegistration |
MBeanServerListenerRegistrationFactory.create(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
ListenerRegistry.add(NotificationListener listener,
NotificationFilter filter,
Object handback)
Adds a listener to a broadcaster |
void |
ListenerRegistry.remove(NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes only the registrations for a listener that match the filter and handback. |
ListenerRegistration |
ListenerRegistrationFactory.create(NotificationListener listener,
NotificationFilter filter,
Object handback)
Create a listener registration |
ListenerRegistration |
DefaultListenerRegistrationFactory.create(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
Constructors in org.jboss.mx.notification with parameters of type NotificationFilter | |
NotificationFilterProxy(ObjectName source,
NotificationFilter delegate)
|
|
MBeanServerListenerRegistration(ObjectName name,
NotificationBroadcaster broadcaster,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Create a listener registration |
|
DefaultListenerRegistration(NotificationListener listener,
NotificationFilter filter,
Object handback)
Create a listener registration |
Uses of NotificationFilter in org.jboss.mx.server |
Methods in org.jboss.mx.server with parameters of type NotificationFilter | |
void |
MBeanServerImpl.addNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean. |
void |
MBeanServerImpl.addNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Adds a listener to a registered MBean. |
void |
MBeanServerImpl.removeNotificationListener(ObjectName name,
NotificationListener listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean. |
void |
MBeanServerImpl.removeNotificationListener(ObjectName name,
ObjectName listener,
NotificationFilter filter,
Object handback)
Removes a listener from a registered MBean. |
void |
AbstractMBeanInvoker.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
protected void |
AbstractMBeanInvoker.addNotificationListenerToResource(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
AbstractMBeanInvoker.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
protected void |
AbstractMBeanInvoker.removeNotificationListenerFromResource(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
Uses of NotificationFilter in org.jboss.mx.util |
Methods in org.jboss.mx.util with parameters of type NotificationFilter | |
void |
JBossNotificationBroadcasterSupport.addNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
void |
JBossNotificationBroadcasterSupport.removeNotificationListener(NotificationListener listener,
NotificationFilter filter,
Object handback)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |