A ClientIterator for iterating remote properties.
@Deprecated public class ClientPropertyIterator extends ClientIterator implements PropertyIterator
Constructor and Description |
---|
ClientPropertyIterator(RemoteIterator iterator,
Session session,
LocalAdapterFactory factory)
Deprecated.
Creates a ClientPropertyIterator instance.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
getObject(Object remote)
Deprecated.
Creates and returns a local adapter for the given remote property.
|
Property |
nextProperty()
Deprecated.
Returns the next property in this iteration.
|
getPosition, getSize, hasNext, next, remove, skip
getFactory, getItem, getNode, getNodeTypeArray
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getPosition, getSize, skip
forEachRemaining, hasNext, next, remove
public ClientPropertyIterator(RemoteIterator iterator, Session session, LocalAdapterFactory factory)
iterator
- remote iteratorsession
- current sessionfactory
- local adapter factoryprotected Object getObject(Object remote)
getObject
in class ClientIterator
remote
- remote referecneClientIterator.getObject(Object)
public Property nextProperty()
nextProperty
in interface PropertyIterator
PropertyIterator.nextProperty()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.