org.mmbase.bridge.remote.rmi
Class RemoteNodeManagerIterator_Rmi

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

public class RemoteNodeManagerIterator_Rmi
extends java.rmi.server.UnicastRemoteObject
implements java.rmi.server.Unreferenced, RemoteNodeManagerIterator

RemoteNodeManagerIterator_Rmi in a generated implementation of RemoteNodeManagerIterator
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
RemoteNodeManagerIterator_Rmi(NodeManagerIterator originalObject)
           
 
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)
           
 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

RemoteNodeManagerIterator_Rmi

public RemoteNodeManagerIterator_Rmi(NodeManagerIterator originalObject)
                              throws java.rmi.RemoteException
Method Detail

next

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

remove

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

hasNext

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

set

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

add

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

previousIndex

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

previous

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

nextIndex

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

hasPrevious

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

nextNodeManager

public RemoteNodeManager nextNodeManager()
                                  throws java.rmi.RemoteException
Specified by:
nextNodeManager in interface RemoteNodeManagerIterator

getMapperCode

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

unreferenced

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


MMBase 2002