org.mmbase.bridge.remote
Interface RemoteFieldIterator

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

public interface RemoteFieldIterator
extends java.rmi.Remote

RemoteFieldIterator is a generated interface based on org.mmbase.bridge.FieldIterator
This interface has almoost the same methods names as the org.mmbase.bridge.FieldIterator 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()
           
 RemoteField nextField()
           
 int nextIndex()
           
 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

nextField

public RemoteField nextField()
                      throws java.rmi.RemoteException

getMapperCode

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


MMBase 2002