当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
ListenerRegistrationFactory (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
org.jboss.mx.notification
Interface ListenerRegistrationFactory
- All Known Implementing Classes:
- DefaultListenerRegistrationFactory, MBeanServerListenerRegistrationFactory
- public interface ListenerRegistrationFactory
A notification listener registration factory.
- Version:
- $Revision: 1.3 $
- Author:
- Adrian Brock.
- See Also:
ListenerRegistry
,
ListenerRegistration
create
public ListenerRegistration create(NotificationListener listener,
NotificationFilter filter,
Object handback)
throws JMException
- Create a listener registration
- Parameters:
listener
- the notification listenerfilter
- the notification filterhandback
- the handback object
- Returns:
- the listener registration
- Throws:
JMException
- for an error
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.