public class ClientRowIterator extends ClientIterator implements javax.jcr.query.RowIterator
| Constructor and Description |
|---|
ClientRowIterator(javax.jcr.Session session,
RemoteIterator iterator,
LocalAdapterFactory factory)
Creates a ClientRowIterator instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getObject(Object remote)
Creates and returns a local adapter for the given remote row.
|
javax.jcr.query.Row |
nextRow()
Returns the next row in this iteration.
|
getPosition, getSize, hasNext, next, remove, skipgetFactory, getItem, getNode, getNodeTypeArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemaining, hasNext, next, removepublic ClientRowIterator(javax.jcr.Session session,
RemoteIterator iterator,
LocalAdapterFactory factory)
iterator - remote iteratorfactory - local adapter factoryprotected Object getObject(Object remote)
getObject in class ClientIteratorremote - remote referenceClientIterator.getObject(Object)public javax.jcr.query.Row nextRow()
nextRow in interface javax.jcr.query.RowIteratorRowIterator.nextRow()Copyright © 2004–2019 The Apache Software Foundation. All rights reserved.