|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.rmi.api.iterator.ArrayIterator
org.exoplatform.services.jcr.rmi.api.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.exoplatform.services.jcr.rmi.api.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 iterate| Method 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 | |||||||||