mandala.jacob.remote.gpf
Class RemoteIteratorProxy

java.lang.Object
  extended bymandala.jacob.remote.AbstractRemote
      extended bymandala.jacob.remote.gpf.AbstractRemoteProxy
          extended bymandala.jacob.remote.gpf.RemoteIteratorProxy
All Implemented Interfaces:
java.util.Iterator, Remote, RemoteIterator, java.io.Serializable

public abstract class RemoteIteratorProxy
extends AbstractRemoteProxy
implements RemoteIterator

General proxy for remote Iterator implementation.

Version:
$Revision: 1.4 $
Author:
eipi
See Also:
AbstractRemote, RemoteIterator, ExceptionHandler, Serialized Form

Nested Class Summary
 
Nested classes inherited from class mandala.jacob.remote.RemoteIterator
RemoteIterator.RemoteIteratorMethods
 
Field Summary
 
Fields inherited from class mandala.jacob.remote.gpf.AbstractRemoteProxy
client, exporter
 
Fields inherited from class mandala.jacob.remote.AbstractRemote
defaultExceptionHandler, exceptionHandler, syslog
 
Constructor Summary
RemoteIteratorProxy(Client client, Exporter exporter, ExceptionHandler exceptionHandler)
           
 
Method Summary
 boolean hasNext()
           
 java.lang.Object next()
           
 void remove()
           
 java.lang.String toString()
           
 
Methods inherited from class mandala.jacob.remote.AbstractRemote
getDefaultExceptionHandler, getExceptionHandler, getSyslog, handleException, setDefaultExceptionHandler, setExceptionHandler, setSyslog
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface mandala.jacob.remote.Remote
getExceptionHandler, setExceptionHandler
 

Constructor Detail

RemoteIteratorProxy

public RemoteIteratorProxy(Client client,
                           Exporter exporter,
                           ExceptionHandler exceptionHandler)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

toString

public java.lang.String toString()
Overrides:
toString in class AbstractRemoteProxy


Mandala help mailing list