org.jboss.mx.notification
Interface ListenerRegistrationFactory
- All Known Implementing Classes:
- DefaultListenerRegistrationFactory
- public interface ListenerRegistrationFactory
A notification listener registration factory.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- Adrian Brock.
- See Also:
ListenerRegistry
,
ListenerRegistration
Method Summary |
ListenerRegistration |
create(javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback)
Create a listener registration |
create
public ListenerRegistration create(javax.management.NotificationListener listener,
javax.management.NotificationFilter filter,
Object handback)
throws javax.management.JMException
- Create a listener registration
- Parameters:
listener
- the notification listenerfilter
- the notification filterhandback
- the handback object
- Returns:
- the listener registration
- Throws:
javax.management.JMException
- for an error
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.