|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.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 authenticationType,
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()
CloudContext
getModules in interface CloudContext
public Module getModule(java.lang.String moduleName)
throws NotFoundException
CloudContext
getModule in interface CloudContextmoduleName - the name of the module to be returned
NotFoundException - if the specified module could not be foundpublic boolean hasModule(java.lang.String moduleName)
CloudContext
hasModule in interface CloudContextmoduleName - the name of the module
true if the module is availablepublic Cloud getCloud(java.lang.String cloudName)
CloudContext
getCloud in interface CloudContextcloudName - the name of the cloud to be returned
public Cloud getCloud(java.lang.String name,
java.lang.String authenticationType,
java.util.Map loginInfo)
throws NotFoundException
CloudContext
getCloud in interface 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()
CloudContext
getCloudNames in interface CloudContextpublic java.lang.String getDefaultCharacterEncoding()
CloudContext
getDefaultCharacterEncoding in interface CloudContextpublic java.util.Locale getDefaultLocale()
CloudContext
getDefaultLocale in interface CloudContextpublic FieldList createFieldList()
CloudContext
createFieldList in interface CloudContextpublic NodeList createNodeList()
CloudContext
createNodeList in interface CloudContextpublic RelationList createRelationList()
CloudContext
createRelationList in interface CloudContextpublic NodeManagerList createNodeManagerList()
CloudContext
createNodeManagerList in interface CloudContextpublic RelationManagerList createRelationManagerList()
CloudContext
createRelationManagerList in interface CloudContextpublic ModuleList createModuleList()
CloudContext
createModuleList in interface CloudContextpublic StringList createStringList()
CloudContext
createStringList in interface CloudContext
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||