public class ClientAccessControlPolicyIterator extends ClientIterator implements AccessControlPolicyIterator
| Constructor and Description |
|---|
ClientAccessControlPolicyIterator(RemoteIterator iterator,
LocalAdapterFactory factory) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getObject(Object remote)
Returns a local adapter for the given remote object.
|
AccessControlPolicy |
nextAccessControlPolicy() |
getPosition, getSize, hasNext, next, remove, skipgetFactory, getItem, getNode, getNodeTypeArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPosition, getSize, skipforEachRemaining, hasNext, next, removepublic ClientAccessControlPolicyIterator(RemoteIterator iterator, LocalAdapterFactory factory)
protected Object getObject(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 ClientIteratorremote - remote objectpublic AccessControlPolicy nextAccessControlPolicy()
nextAccessControlPolicy in interface AccessControlPolicyIteratorCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.