当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
DefaultListenerRegistrationFactory (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
org.jboss.mx.notification
Class DefaultListenerRegistrationFactory
java.lang.Object
org.jboss.mx.notification.DefaultListenerRegistrationFactory
- All Implemented Interfaces:
- ListenerRegistrationFactory
- public class DefaultListenerRegistrationFactory
- extends Object
- implements ListenerRegistrationFactory
The default listener registration factory.
- Version:
- $Revision: 1.3 $
- Author:
- Adrian Brock.
- See Also:
ListenerRegistry
,
ListenerRegistration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultListenerRegistrationFactory
public DefaultListenerRegistrationFactory()
create
public ListenerRegistration create(NotificationListener listener,
NotificationFilter filter,
Object handback)
- Description copied from interface:
ListenerRegistrationFactory
- Create a listener registration
- Specified by:
create
in interface ListenerRegistrationFactory
- Parameters:
listener
- the notification listenerfilter
- the notification filterhandback
- the handback object
- Returns:
- the listener registration
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.