org.mmbase.bridge.remote
Interface RemoteStringIterator

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

public interface RemoteStringIterator
extends java.rmi.Remote

RemoteStringIterator is a generated interface based on org.mmbase.bridge.StringIterator
This interface has almoost the same methods names as the org.mmbase.bridge.StringIterator 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()
           
 java.lang.String nextString()
           
 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

nextString

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

getMapperCode

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


MMBase 2002