org.mmbase.bridge.remote
Interface RemoteRelationIterator

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

public interface RemoteRelationIterator
extends java.rmi.Remote

RemoteRelationIterator is a generated interface based on org.mmbase.bridge.RelationIterator
This interface has almoost the same methods names as the org.mmbase.bridge.RelationIterator 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()
           
 RemoteNode nextNode()
           
 RemoteRelation nextRelation()
           
 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

nextNode

public RemoteNode nextNode()
                    throws java.rmi.RemoteException

nextRelation

public RemoteRelation nextRelation()
                            throws java.rmi.RemoteException

getMapperCode

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


MMBase 2002