|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
The collection of clouds and modules within a Java Virtual Machine.
| 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 name)
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 name)
Returns the module with the specified name. |
ModuleList |
getModules()
Returns all modules available in this context. |
boolean |
hasModule(java.lang.String name)
Returns whether the module with the specified name is available. |
| Method Detail |
public ModuleList getModules()
public Module getModule(java.lang.String name)
throws NotFoundException
name - the name of the module to be returnedNotFoundException - if the specified module could not be foundpublic boolean hasModule(java.lang.String name)
name - the name of the moduletrue if the module is availablepublic Cloud getCloud(java.lang.String name)
name - 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 authenticationtype,
java.util.Map loginInfo)
throws NotFoundException
name - 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()
public java.lang.String getDefaultCharacterEncoding()
public java.util.Locale getDefaultLocale()
public FieldList createFieldList()
public NodeList createNodeList()
public RelationList createRelationList()
public NodeManagerList createNodeManagerList()
public RelationManagerList createRelationManagerList()
public ModuleList createModuleList()
public StringList createStringList()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||