| Package | Description |
|---|---|
| org.mmbase.applications.mmbob.gui | |
| org.mmbase.bridge |
The main interface to MMBase, also known as `MMCI' (MMBase Cloud Interface).
|
| org.mmbase.bridge.implementation |
This package provides the basic implementations for the interfaces of org.mmbase.bridge.
|
| org.mmbase.bridge.jsp.taglib |
The MMBase taglib implementation.
|
| org.mmbase.bridge.mock |
This package provides a completely 'virtual' implementation of the bridge.
|
| org.mmbase.bridge.remote.proxy | |
| org.mmbase.bridge.remote.rmi | |
| org.mmbase.bridge.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| org.mmbase.core.event |
| Modifier and Type | Field and Description |
|---|---|
(package private) CloudContext |
Controller.context |
| Modifier and Type | Class and Description |
|---|---|
class |
LocalContext
The collection of clouds, and modules within the current application context.
|
| Modifier and Type | Method and Description |
|---|---|
CloudContext |
CloudContext.assertUp()
Assert whether MMbase is up and running.
|
CloudContext |
Module.getCloudContext()
Retrieves the CloudContext to which this module belongs
|
CloudContext |
Cloud.getCloudContext()
Returns the context to which this cloud belongs.
|
static CloudContext |
RemoteContext.getCloudContext(String uri)
Connect to a remote cloudcontext.
|
static CloudContext |
ContextProvider.getCloudContext(String uri)
Factory method to get an instance of a CloudContext.
|
static CloudContext |
ContextProvider.getDefaultCloudContext()
Returns the 'default' cloud context.
|
CloudContext |
RemoteContext.RemoteResolver.resolve(String uri) |
abstract CloudContext |
ContextProvider.Resolver.resolve(String uri)
Resolve an 'uri' string to an actual CloudContext instance.
|
CloudContext |
ContextProvider.LocalResolver.resolve(String uri) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicCloudContext
This is the base class for
LocalContext (which is probably its only
descendant). |
| Modifier and Type | Method and Description |
|---|---|
CloudContext |
BasicCloudContext.assertUp() |
CloudContext |
BasicCloud.getCloudContext() |
CloudContext |
ModuleHandler.getCloudContext() |
| Modifier and Type | Method and Description |
|---|---|
static Module |
ModuleHandler.getModule(Module mod,
CloudContext cloudcontext) |
| Modifier and Type | Method and Description |
|---|---|
protected CloudContext |
CloudReferrerTag.getCloudContext() |
CloudContext |
CloudTag.getDefaultCloudContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
ContextTag.setCloudContext(CloudContext cc)
This context can also serve as a 'cloudcontext'.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockCloudContext
The 'mock' cloud context is mainly meant for usage in junit test cases.
|
| Modifier and Type | Method and Description |
|---|---|
CloudContext |
MockCloudContext.MockResolver.resolve(String uri) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteCloudContext_Proxy
RemoteCloudContext_Proxy in a generated smart proxy of CloudContext
This smart proxy is used by a local class when the MMCI is called remotely |
class |
UriRemoteCloudContext_Proxy
Override the getCloud-methods, to make sure the returned objects have a correct getCloudContext,
namely this object again.
|
| Modifier and Type | Method and Description |
|---|---|
CloudContext |
RemoteCloudContext_Proxy.assertUp() |
CloudContext |
RemoteTransaction_Proxy.getCloudContext() |
CloudContext |
RemoteCloud_Proxy.getCloudContext() |
CloudContext |
UriRemoteCloud_Proxy.getCloudContext() |
CloudContext |
RemoteModule_Proxy.getCloudContext() |
| Constructor and Description |
|---|
RemoteCloudContext_Rmi(CloudContext originalObject,
int port) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCloudContext
Abstract implementation of CloudContext which implements a number of methods with reasonable defaults, or based on other methods.
|
| Modifier and Type | Method and Description |
|---|---|
CloudContext |
AbstractCloudContext.assertUp() |
abstract CloudContext |
AbstractCloud.getCloudContext() |
| Constructor and Description |
|---|
BuildersRead(CloudContext cc) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}