|
||||||||||
| 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.ClientNodeTypeIterator
public class ClientNodeTypeIterator
A ClientIterator for iterating remote node types.
| Constructor Summary | |
|---|---|
ClientNodeTypeIterator(RemoteIterator iterator,
LocalAdapterFactory factory)
Creates a ClientNodeTypeIterator instance. |
|
| Method Summary | |
|---|---|
protected java.lang.Object |
getObject(java.lang.Object remote)
Creates and returns a local adapter for the given remote node. |
javax.jcr.nodetype.NodeType |
nextNodeType()
Returns the next node type 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 ClientNodeTypeIterator(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 referecne
ClientIterator.getObject(Object)public javax.jcr.nodetype.NodeType nextNodeType()
nextNodeType in interface javax.jcr.nodetype.NodeTypeIteratorNodeTypeIterator.nextNodeType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||