|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.rmi.api.client.ClientObject
org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator
org.exoplatform.services.jcr.rmi.api.client.iterator.ClientRowIterator
public class ClientRowIterator
A ClientIterator for iterating remote rows.
| Constructor Summary | |
|---|---|
ClientRowIterator(RemoteIterator iterator,
LocalAdapterFactory factory)
Creates a ClientRowIterator instance. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
getObject(java.lang.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. |
| Methods inherited from class org.exoplatform.services.jcr.rmi.api.client.iterator.ClientIterator |
|---|
getPosition, getSize, hasNext, next, remove, skip |
| Methods inherited from class org.exoplatform.services.jcr.rmi.api.client.ClientObject |
|---|
getFactory, getItem, getNode, getNodeTypeArray |
| 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 ClientRowIterator(RemoteIterator iterator,
LocalAdapterFactory factory)
iterator - remote iteratorfactory - local adapter factory| Method Detail |
|---|
protected java.lang.Object getObject(java.lang.Object remote)
getObject in class ClientIteratorremote - remote reference
ClientIterator.getObject(Object)public javax.jcr.query.Row nextRow()
nextRow in interface javax.jcr.query.RowIteratorRowIterator.nextRow()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||