当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
ListenerRegistry.ListenerRegistrationIterator (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档
org.jboss.mx.notification
Class ListenerRegistry.ListenerRegistrationIterator
java.lang.Object
org.jboss.mx.notification.ListenerRegistry.ListenerRegistrationIterator
- All Implemented Interfaces:
- Iterator
- Enclosing class:
- ListenerRegistry
- public class ListenerRegistry.ListenerRegistrationIterator
- extends Object
- implements Iterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListenerRegistry.ListenerRegistrationIterator
public ListenerRegistry.ListenerRegistrationIterator()
- Constructs a new ListenerRegistration iterator
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator
next
public Object next()
- Specified by:
next
in interface Iterator
nextRegistration
public ListenerRegistration nextRegistration()
- Convenience method to returned a typed object
remove
public void remove()
- Specified by:
remove
in interface Iterator
- Throws:
UnsupportedOpertionException
- remove is not supported
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.