|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.rmi.client.ClientObject
org.apache.jackrabbit.rmi.client.iterator.ClientIterator
org.apache.jackrabbit.rmi.client.principal.ClientPrincipalIterator
public class ClientPrincipalIterator
A ClientIterator for iterating remote principals
Constructor Summary | |
---|---|
ClientPrincipalIterator(RemoteIterator iterator,
LocalAdapterFactory factory)
|
Method Summary | |
---|---|
protected java.lang.Object |
getObject(java.lang.Object remote)
Returns a local adapter for the given remote object. |
Methods inherited from class org.apache.jackrabbit.rmi.client.iterator.ClientIterator |
---|
getPosition, getSize, hasNext, next, remove, skip |
Methods inherited from class org.apache.jackrabbit.rmi.client.ClientObject |
---|
getFactory, getItem, getNode, getNodeTypeArray |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientPrincipalIterator(RemoteIterator iterator, LocalAdapterFactory factory)
Method Detail |
---|
protected java.lang.Object getObject(java.lang.Object remote)
ClientIterator.next()
to convert the remote references
returned by the remote iterator to local adapters.
Subclasses should implement this method to use the local adapter factory to create local adapters of the specific element type.
getObject
in class ClientIterator
remote
- remote object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |