mandala.jacob.remote.rmi
Class RMIIterator

java.lang.Object
  extended bymandala.jacob.remote.AbstractRemote
      extended bymandala.jacob.remote.rmi.RMIAbstractRemoteProxy
          extended bymandala.jacob.remote.rmi.RMIIterator
All Implemented Interfaces:
java.util.Iterator, java.rmi.Remote, Remote, RemoteIterator, java.io.Serializable

public class RMIIterator
extends mandala.jacob.remote.rmi.RMIAbstractRemoteProxy
implements RemoteIterator, java.rmi.Remote

Java-RMI Iterator implementation.

Version:
$Revision: 1.5 $
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.AbstractRemote
defaultExceptionHandler, exceptionHandler, syslog
 
Method Summary
 boolean hasNext()
           
static RMIIterator newServer(java.util.Iterator iterator)
           
 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
 

Method Detail

newServer

public static RMIIterator newServer(java.util.Iterator iterator)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

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()


Mandala help mailing list