|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.mmbase.bridge.ContextProvider
Main class to aquire CloudContexts
| Field Summary | |
static java.lang.String |
DEFAULT_CLOUD_CONTEXT_NAME
When no system property mmbase.defaultcloudcontext is set the default cloud context is the context returned when DEFAULT_CLOUD_CONTEXT_NAME is fed to getCloudContext(String) DEFAULT_CLOUD_CONTEXT_NAME="local" |
| Constructor Summary | |
ContextProvider()
|
|
| Method Summary | |
static CloudContext |
getCloudContext(java.lang.String uri)
Factory method to get an instance of a CloudContext. |
static CloudContext |
getDefaultCloudContext()
|
static java.lang.String |
getDefaultCloudContextName()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final java.lang.String DEFAULT_CLOUD_CONTEXT_NAME
| Constructor Detail |
public ContextProvider()
| Method Detail |
public static CloudContext getCloudContext(java.lang.String uri)
uri - an identifier for the contextBridgeException - if the cloudcontext was not foundpublic static java.lang.String getDefaultCloudContextName()
public static CloudContext getDefaultCloudContext()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||