| Package | Description |
|---|---|
| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
ModuleList |
CloudContext.createModuleList()
Returns a new, empty module list
|
ModuleList |
CloudContext.getModules()
Returns all modules available in this context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicModuleList
A list of Modules
|
| Modifier and Type | Method and Description |
|---|---|
ModuleList |
BasicCloudContext.createModuleList() |
ModuleList |
BasicCloudContext.getModules() |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteModuleList_Proxy
RemoteModuleList_Proxy in a generated smart proxy of ModuleList
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
ModuleList |
RemoteCloudContext_Proxy.createModuleList() |
ModuleList |
RemoteCloudContext_Proxy.getModules() |
| Modifier and Type | Method and Description |
|---|---|
ModuleList |
RemoteModuleList_Rmi.getOriginalObject() |
| Constructor and Description |
|---|
RemoteModuleList_Rmi(ModuleList originalObject,
int port) |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
BridgeCollections.EmptyModuleList |
| Modifier and Type | Field and Description |
|---|---|
static ModuleList |
BridgeCollections.EMPTY_MODULELIST |
| Modifier and Type | Method and Description |
|---|---|
ModuleList |
AbstractCloudContext.createModuleList() |
ModuleList |
AbstractCloudContext.getModules() |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}