mandala.jacob.remote.rmi
Class RMIIteratorImpl
java.lang.Object
java.rmi.server.RemoteObject
java.rmi.server.RemoteServer
java.rmi.server.UnicastRemoteObject
mandala.jacob.remote.rmi.RMIIteratorImpl
- All Implemented Interfaces:
- Remote, mandala.jacob.remote.rmi.RMIIteratorOp, Serializable
- public class RMIIteratorImpl
- extends UnicastRemoteObject
- implements mandala.jacob.remote.rmi.RMIIteratorOp
Java-RMI implementation of the RMIIterator
interface.
- Version:
- $Revision: 1.1 $
- Author:
- eipi
- See Also:
RMIIterator
,
UnicastRemoteObject
,
Serialized Form
syslog
protected static final Syslog syslog
Message logger.
Each message (debug, log, warning,
error, ...) are wrote to this message logger.
- See Also:
Syslog
iterator
protected Iterator iterator
- The
Iterator
used.
- See Also:
Iterator
RMIIteratorImpl
public RMIIteratorImpl(Iterator iterator)
throws RemoteException
RMIIteratorImpl
public RMIIteratorImpl(Iterator iterator,
int port)
throws RemoteException
getSyslog
public static Syslog getSyslog()
Returns the Syslog
object facility.
Each message (debug, log, warning, error, ...) are wrote to
this message logger.
- Returns:
- the
Syslog
object - See Also:
Syslog
hasNext
public boolean hasNext()
throws RemoteException
- Specified by:
hasNext
in interface mandala.jacob.remote.rmi.RMIIteratorOp
- Throws:
RemoteException
next
public Object next()
throws RemoteException
- Specified by:
next
in interface mandala.jacob.remote.rmi.RMIIteratorOp
- Throws:
RemoteException
remove
public void remove()
throws RemoteException
- Specified by:
remove
in interface mandala.jacob.remote.rmi.RMIIteratorOp
- Throws:
RemoteException
toString
public String toString()
Mandala help mailing list