/**
* Creates a {@link ServerPropertyIterator} instance. {@inheritDoc}
*/
public RemoteIterator getRemotePropertyIterator(PropertyIterator iterator)
throws RemoteException {
return optimizeIterator(new ServerPropertyIterator(iterator, this,
bufferSize));
}