org.mmbase.bridge.remote
Interface RemoteNodeManagerIterator

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
RemoteNodeManagerIterator_Rmi

public interface RemoteNodeManagerIterator
extends java.rmi.Remote

RemoteNodeManagerIterator is a generated interface based on org.mmbase.bridge.NodeManagerIterator
This interface has almoost the same methods names as the org.mmbase.bridge.NodeManagerIterator interface. The interface is created in such way that it can implement java.rmi.Remote. Where needed other return values or parameters are used.


Method Summary
 void add(java.lang.Object param1)
           
 java.lang.String getMapperCode()
           
 boolean hasNext()
           
 boolean hasPrevious()
           
 java.lang.Object next()
           
 int nextIndex()
           
 RemoteNodeManager nextNodeManager()
           
 java.lang.Object previous()
           
 int previousIndex()
           
 void remove()
           
 void set(java.lang.Object param1)
           
 

Method Detail

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

nextNodeManager

public RemoteNodeManager nextNodeManager()
                                  throws java.rmi.RemoteException

getMapperCode

public java.lang.String getMapperCode()
                               throws java.rmi.RemoteException


MMBase 2002