|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--org.mmbase.bridge.implementation.BasicCloudContext
| Constructor Summary | |
protected |
BasicCloudContext()
constructor to call from the MMBase class (protected, so cannot be reached from a script) |
| Method Summary | |
FieldList |
createFieldList()
Returns a new, empty field list |
ModuleList |
createModuleList()
Returns a new, empty module list |
NodeList |
createNodeList()
Returns a new, empty node list |
NodeManagerList |
createNodeManagerList()
Returns a new, empty node manager list |
RelationList |
createRelationList()
Returns a new, empty relation list |
RelationManagerList |
createRelationManagerList()
Returns a new, empty relation manager list |
StringList |
createStringList()
Returns a new, empty string list |
Cloud |
getCloud(java.lang.String cloudName)
Returns the cloud with the specified name. |
Cloud |
getCloud(java.lang.String name,
java.lang.String application,
java.util.Map loginInfo)
Returns the cloud with the specified name, with authentication |
StringList |
getCloudNames()
Returns the names of all the clouds known to the system |
java.lang.String |
getDefaultCharacterEncoding()
Returns the default character encoding, which can be used as a default. |
java.util.Locale |
getDefaultLocale()
Returns the default locale setting. |
Module |
getModule(java.lang.String moduleName)
Returns the module with the specified name. |
ModuleList |
getModules()
Returns all modules available in this context. |
boolean |
hasModule(java.lang.String moduleName)
Returns whether the module with the specified name is available. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
protected BasicCloudContext()
| Method Detail |
public ModuleList getModules()
CloudContextgetModules in interface CloudContextorg.mmbase.bridge.CloudContext
public Module getModule(java.lang.String moduleName)
throws NotFoundException
CloudContextgetModule in interface CloudContextorg.mmbase.bridge.CloudContextname - the name of the module to be returnedNotFoundException - if the specified module could not be foundpublic boolean hasModule(java.lang.String moduleName)
CloudContexthasModule in interface CloudContextorg.mmbase.bridge.CloudContextname - the name of the moduletrue if the module is availablepublic Cloud getCloud(java.lang.String cloudName)
CloudContextgetCloud in interface CloudContextorg.mmbase.bridge.CloudContextname - the name of the cloud to be returnedCloudNotFoundException - if the specified cloud could not be found
public Cloud getCloud(java.lang.String name,
java.lang.String application,
java.util.Map loginInfo)
throws NotFoundException
CloudContextgetCloud in interface CloudContextorg.mmbase.bridge.CloudContextname - the name of the cloud to be returnedauthenticationtype - the type of authentication, which should be
used by the authentication implementation.loginInfo - the user related login information.NotFoundException - if the specified cloud could not be foundpublic StringList getCloudNames()
CloudContextgetCloudNames in interface CloudContextorg.mmbase.bridge.CloudContextpublic java.lang.String getDefaultCharacterEncoding()
CloudContextgetDefaultCharacterEncoding in interface CloudContextpublic java.util.Locale getDefaultLocale()
CloudContextgetDefaultLocale in interface CloudContextorg.mmbase.bridge.CloudContextpublic FieldList createFieldList()
CloudContextcreateFieldList in interface CloudContextorg.mmbase.bridge.CloudContextpublic NodeList createNodeList()
CloudContextcreateNodeList in interface CloudContextorg.mmbase.bridge.CloudContextpublic RelationList createRelationList()
CloudContextcreateRelationList in interface CloudContextorg.mmbase.bridge.CloudContextpublic NodeManagerList createNodeManagerList()
CloudContextcreateNodeManagerList in interface CloudContextorg.mmbase.bridge.CloudContextpublic RelationManagerList createRelationManagerList()
CloudContextcreateRelationManagerList in interface CloudContextorg.mmbase.bridge.CloudContextpublic ModuleList createModuleList()
CloudContextcreateModuleList in interface CloudContextorg.mmbase.bridge.CloudContextpublic StringList createStringList()
CloudContextcreateStringList in interface CloudContextorg.mmbase.bridge.CloudContext
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||