org.jboss.mx.notification
Class ListenerRegistry.ListenerRegistrationIterator

java.lang.Object
  extended byorg.jboss.mx.notification.ListenerRegistry.ListenerRegistrationIterator
All Implemented Interfaces:
Iterator
Enclosing class:
ListenerRegistry

public class ListenerRegistry.ListenerRegistrationIterator
extends Object
implements Iterator


Constructor Summary
ListenerRegistry.ListenerRegistrationIterator()
          Constructs a new ListenerRegistration iterator
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 ListenerRegistration nextRegistration()
          Convenience method to returned a typed object
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerRegistry.ListenerRegistrationIterator

public ListenerRegistry.ListenerRegistrationIterator()
Constructs a new ListenerRegistration iterator

Method Detail

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.