org.mmbase.bridge.remote
Interface RemoteNodeIterator
- All Superinterfaces:
- java.rmi.Remote
- All Known Implementing Classes:
- RemoteNodeIterator_Rmi
- public interface RemoteNodeIterator
- extends java.rmi.Remote
RemoteNodeIterator is a generated interface based on org.mmbase.bridge.NodeIterator
This interface has almoost the same methods names as the org.mmbase.bridge.NodeIterator interface.
The interface is created in such way that it can implement java.rmi.Remote.
Where needed other return values or parameters are used.
next
public java.lang.Object next()
throws java.rmi.RemoteException
remove
public void remove()
throws java.rmi.RemoteException
hasNext
public boolean hasNext()
throws java.rmi.RemoteException
set
public void set(java.lang.Object param1)
throws java.rmi.RemoteException
add
public void add(java.lang.Object param1)
throws java.rmi.RemoteException
previousIndex
public int previousIndex()
throws java.rmi.RemoteException
previous
public java.lang.Object previous()
throws java.rmi.RemoteException
nextIndex
public int nextIndex()
throws java.rmi.RemoteException
hasPrevious
public boolean hasPrevious()
throws java.rmi.RemoteException
nextNode
public RemoteNode nextNode()
throws java.rmi.RemoteException
getMapperCode
public java.lang.String getMapperCode()
throws java.rmi.RemoteException
MMBase 2002