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, getNodeTypeArraypublic 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-2020 The Apache Software Foundation. All Rights Reserved.