org.mmbase.bridge.remote.implementation
Class RemoteCloudContext_Impl

java.lang.Object
  |
  +--org.mmbase.bridge.remote.implementation.RemoteCloudContext_Impl
All Implemented Interfaces:
CloudContext

public class RemoteCloudContext_Impl
extends java.lang.Object
implements CloudContext

RemoteCloudContext_Impl in a generated implementation of CloudContext
This implementation is used by a local class when the MMCI is called remotely


Constructor Summary
RemoteCloudContext_Impl(RemoteCloudContext originalObject)
           
 
Method Summary
 Cloud getCloud(java.lang.String param1)
          Returns the cloud with the specified name.
 Cloud getCloud(java.lang.String param1, java.lang.String param2, java.util.HashMap param3)
          Returns the cloud with the specified name, with authentication
 StringList getCloudNames()
          Returns the names of all the clouds known to the system
 Module getModule(java.lang.String param1)
          Returns the module with the specified name.
 ModuleList getModules()
          Returns all modules available in this context.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteCloudContext_Impl

public RemoteCloudContext_Impl(RemoteCloudContext originalObject)
Method Detail

getModules

public ModuleList getModules()
Description copied from interface: CloudContext
Returns all modules available in this context.
Specified by:
getModules in interface CloudContext
Following copied from interface: org.mmbase.bridge.CloudContext
Returns:
all available modules

getModule

public Module getModule(java.lang.String param1)
Description copied from interface: CloudContext
Returns the module with the specified name.
Specified by:
getModule in interface CloudContext
Following copied from interface: org.mmbase.bridge.CloudContext
Parameters:
name - the name of the module to be returned
Returns:
the requested module
Throws:
ModuleNotFoundException - if the specified module could not be found

getCloud

public Cloud getCloud(java.lang.String param1)
Description copied from interface: CloudContext
Returns the cloud with the specified name.
Specified by:
getCloud in interface CloudContext
Following copied from interface: org.mmbase.bridge.CloudContext
Parameters:
name - the name of the cloud to be returned
Returns:
the requested cloud
Throws:
CloudNotFoundException - if the specified cloud could not be found

getCloud

public Cloud getCloud(java.lang.String param1,
                      java.lang.String param2,
                      java.util.HashMap param3)
Description copied from interface: CloudContext
Returns the cloud with the specified name, with authentication
Specified by:
getCloud in interface CloudContext
Following copied from interface: org.mmbase.bridge.CloudContext
Parameters:
name - the name of the cloud to be returned
authenticationtype - the type of authentication, which should be used by the authentication implementation.
loginInfo - the user related login information.
Returns:
the requested cloud
Throws:
CloudNotFoundException - if the specified cloud could not be found

getCloudNames

public StringList getCloudNames()
Description copied from interface: CloudContext
Returns the names of all the clouds known to the system
Specified by:
getCloudNames in interface CloudContext
Following copied from interface: org.mmbase.bridge.CloudContext
Returns:
A StringList of all clouds names known to our Context


MMBase 2002