org.mmbase.bridge.remote.rmi
Class RemoteFieldIterator_Rmi

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--org.mmbase.bridge.remote.rmi.RemoteFieldIterator_Rmi
All Implemented Interfaces:
java.rmi.Remote, RemoteFieldIterator, java.io.Serializable, java.rmi.server.Unreferenced

public class RemoteFieldIterator_Rmi
extends java.rmi.server.UnicastRemoteObject
implements java.rmi.server.Unreferenced, RemoteFieldIterator

RemoteFieldIterator_Rmi in a generated implementation of RemoteFieldIterator
This implementation is used by rmic to create a stub and skelton for communication between remote and server.

See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
RemoteFieldIterator_Rmi(FieldIterator originalObject)
           
 
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)
           
 void unreferenced()
           
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteFieldIterator_Rmi

public RemoteFieldIterator_Rmi(FieldIterator originalObject)
                        throws java.rmi.RemoteException
Method Detail

next

public java.lang.Object next()
                      throws java.rmi.RemoteException
Specified by:
next in interface RemoteFieldIterator

remove

public void remove()
            throws java.rmi.RemoteException
Specified by:
remove in interface RemoteFieldIterator

hasNext

public boolean hasNext()
                throws java.rmi.RemoteException
Specified by:
hasNext in interface RemoteFieldIterator

set

public void set(java.lang.Object param1)
         throws java.rmi.RemoteException
Specified by:
set in interface RemoteFieldIterator

add

public void add(java.lang.Object param1)
         throws java.rmi.RemoteException
Specified by:
add in interface RemoteFieldIterator

previousIndex

public int previousIndex()
                  throws java.rmi.RemoteException
Specified by:
previousIndex in interface RemoteFieldIterator

previous

public java.lang.Object previous()
                          throws java.rmi.RemoteException
Specified by:
previous in interface RemoteFieldIterator

nextIndex

public int nextIndex()
              throws java.rmi.RemoteException
Specified by:
nextIndex in interface RemoteFieldIterator

hasPrevious

public boolean hasPrevious()
                    throws java.rmi.RemoteException
Specified by:
hasPrevious in interface RemoteFieldIterator

nextField

public RemoteField nextField()
                      throws java.rmi.RemoteException
Specified by:
nextField in interface RemoteFieldIterator

getMapperCode

public java.lang.String getMapperCode()
                               throws java.rmi.RemoteException
Specified by:
getMapperCode in interface RemoteFieldIterator

unreferenced

public void unreferenced()
Specified by:
unreferenced in interface java.rmi.server.Unreferenced


MMBase 2002