|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.rmi.iterator.ArrayIterator
org.apache.jackrabbit.rmi.iterator.ArrayEventListenerIterator
public class ArrayEventListenerIterator
Array implementation of the JCR
EventListenerIterator
interface.
This class is used by the JCR-RMI client adapters to convert
listener arrays to iterators.
Constructor Summary | |
---|---|
ArrayEventListenerIterator(javax.jcr.observation.EventListener[] listeners)
Creates an iterator for the given array of listeners. |
Method Summary | |
---|---|
javax.jcr.observation.EventListener |
nextEventListener()
|
Methods inherited from class org.apache.jackrabbit.rmi.iterator.ArrayIterator |
---|
getPosition, getSize, hasNext, next, remove, skip |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.jcr.RangeIterator |
---|
getPosition, getSize, skip |
Methods inherited from interface java.util.Iterator |
---|
hasNext, next, remove |
Constructor Detail |
---|
public ArrayEventListenerIterator(javax.jcr.observation.EventListener[] listeners)
listeners
- the listeners to iterateMethod Detail |
---|
public javax.jcr.observation.EventListener nextEventListener()
nextEventListener
in interface javax.jcr.observation.EventListenerIterator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |