JBossMX Parent POM 6.0.0.GA

org.jboss.mx.notification
Interface ListenerRegistrationFactory

All Known Implementing Classes:
DefaultListenerRegistrationFactory, MBeanServerListenerRegistrationFactory

public interface ListenerRegistrationFactory

A notification listener registration factory.

Version:
$Revision: 81019 $
Author:
Adrian Brock.
See Also:
ListenerRegistry, ListenerRegistration

Method Summary
 ListenerRegistration create(NotificationListener listener, NotificationFilter filter, Object handback)
          Create a listener registration
 

Method Detail

create

ListenerRegistration create(NotificationListener listener,
                            NotificationFilter filter,
                            Object handback)
                            throws JMException
Create a listener registration

Parameters:
listener - the notification listener
filter - the notification filter
handback - the handback object
Returns:
the listener registration
Throws:
JMException - for an error

JBossMX Parent POM 6.0.0.GA

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.