|
||||||||
| 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 | |
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.HashMap loginInfo)
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 name)
Returns the module with the specified name. |
ModuleList |
getModules()
Returns all modules available in this context. |
| Method Detail |
public ModuleList getModules()
public Module getModule(java.lang.String name)
name - the name of the module to be returnedModuleNotFoundException - if the specified module could not be
foundpublic 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.HashMap loginInfo)
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.CloudNotFoundException - if the specified cloud could not be foundpublic StringList getCloudNames()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||