org.mmbase.bridge.remote
Interface RemoteModule

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

public interface RemoteModule
extends java.rmi.Remote

RemoteModule is a generated interface based on org.mmbase.bridge.Module
This interface has almoost the same methods names as the org.mmbase.bridge.Module 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
 RemoteCloudContext getCloudContext()
           
 java.lang.String getDescription()
           
 java.lang.String getInfo(java.lang.String param1)
           
 java.lang.String getInfo(java.lang.String param1, javax.servlet.ServletRequest param2, javax.servlet.ServletResponse param3)
           
 RemoteNodeList getList(java.lang.String param1, java.util.Hashtable param2)
           
 RemoteNodeList getList(java.lang.String param1, java.util.Hashtable param2, javax.servlet.ServletRequest param3, javax.servlet.ServletResponse param4)
           
 java.lang.String getMapperCode()
           
 java.lang.String getName()
           
 void process(java.lang.String param1, java.lang.Object param2)
           
 void process(java.lang.String param1, java.lang.Object param2, java.util.Hashtable param3)
           
 void process(java.lang.String param1, java.lang.Object param2, java.util.Hashtable param3, javax.servlet.ServletRequest param4, javax.servlet.ServletResponse param5)
           
 

Method Detail

getName

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

process

public void process(java.lang.String param1,
                    java.lang.Object param2)
             throws java.rmi.RemoteException

process

public void process(java.lang.String param1,
                    java.lang.Object param2,
                    java.util.Hashtable param3)
             throws java.rmi.RemoteException

process

public void process(java.lang.String param1,
                    java.lang.Object param2,
                    java.util.Hashtable param3,
                    javax.servlet.ServletRequest param4,
                    javax.servlet.ServletResponse param5)
             throws java.rmi.RemoteException

getInfo

public java.lang.String getInfo(java.lang.String param1)
                         throws java.rmi.RemoteException

getInfo

public java.lang.String getInfo(java.lang.String param1,
                                javax.servlet.ServletRequest param2,
                                javax.servlet.ServletResponse param3)
                         throws java.rmi.RemoteException

getCloudContext

public RemoteCloudContext getCloudContext()
                                   throws java.rmi.RemoteException

getDescription

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

getList

public RemoteNodeList getList(java.lang.String param1,
                              java.util.Hashtable param2)
                       throws java.rmi.RemoteException

getList

public RemoteNodeList getList(java.lang.String param1,
                              java.util.Hashtable param2,
                              javax.servlet.ServletRequest param3,
                              javax.servlet.ServletResponse param4)
                       throws java.rmi.RemoteException

getMapperCode

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


MMBase 2002