public class JCREventIterator extends RangeIteratorImpl implements javax.jcr.observation.EventIterator
| Modifier and Type | Method and Description |
|---|---|
int |
getLastOperationType() |
int |
getOperationType() |
JCRSessionWrapper |
getSession() |
javax.jcr.observation.Event |
nextEvent()
Returns the next
Event in the iteration. |
getPosition, getSize, hasNext, next, remove, skipclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, next, removepublic JCRSessionWrapper getSession()
public int getOperationType()
public int getLastOperationType()
public javax.jcr.observation.Event nextEvent()
Event in the iteration.nextEvent in interface javax.jcr.observation.EventIteratorEvent in the iteration.NoSuchElementException - if iteration has no more Events.Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.