org.mmbase.bridge.remote
Interface RemoteCloudContext

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

public interface RemoteCloudContext
extends java.rmi.Remote

RemoteCloudContext is a generated interface based on org.mmbase.bridge.CloudContext
This interface has almoost the same methods names as the org.mmbase.bridge.CloudContext 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
 RemoteCloud getCloud(java.lang.String param1)
           
 RemoteCloud getCloud(java.lang.String param1, java.lang.String param2, java.util.HashMap param3)
           
 RemoteStringList getCloudNames()
           
 java.lang.String getMapperCode()
           
 RemoteModule getModule(java.lang.String param1)
           
 RemoteModuleList getModules()
           
 

Method Detail

getModules

public RemoteModuleList getModules()
                            throws java.rmi.RemoteException

getModule

public RemoteModule getModule(java.lang.String param1)
                       throws java.rmi.RemoteException

getCloud

public RemoteCloud getCloud(java.lang.String param1)
                     throws java.rmi.RemoteException

getCloud

public RemoteCloud getCloud(java.lang.String param1,
                            java.lang.String param2,
                            java.util.HashMap param3)
                     throws java.rmi.RemoteException

getCloudNames

public RemoteStringList getCloudNames()
                               throws java.rmi.RemoteException

getMapperCode

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


MMBase 2002