org.apache.jackrabbit.rmi.client.iterator
Class ClientPropertyIterator
java.lang.Object
org.apache.jackrabbit.rmi.client.ClientObject
org.apache.jackrabbit.rmi.client.iterator.ClientIterator
org.apache.jackrabbit.rmi.client.iterator.ClientPropertyIterator
- All Implemented Interfaces:
- Iterator, javax.jcr.PropertyIterator, javax.jcr.RangeIterator
public class ClientPropertyIterator
- extends ClientIterator
- implements javax.jcr.PropertyIterator
A ClientIterator for iterating remote properties.
Method Summary |
protected Object |
getObject(Object remote)
Creates and returns a local adapter for the given remote property. |
javax.jcr.Property |
nextProperty()
Returns the next property in this iteration. |
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 |
ClientPropertyIterator
public ClientPropertyIterator(RemoteIterator iterator,
javax.jcr.Session session,
LocalAdapterFactory factory)
- Creates a ClientPropertyIterator instance.
- Parameters:
iterator
- remote iteratorsession
- current sessionfactory
- local adapter factory
getObject
protected Object getObject(Object remote)
- Creates and returns a local adapter for the given remote property.
- Specified by:
getObject
in class ClientIterator
- Parameters:
remote
- remote referecne
- Returns:
- local adapter
- See Also:
ClientIterator.getObject(Object)
nextProperty
public javax.jcr.Property nextProperty()
- Returns the next property in this iteration.
- Specified by:
nextProperty
in interface javax.jcr.PropertyIterator
- Returns:
- next property
- See Also:
PropertyIterator.nextProperty()
Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.