| 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.
|
| org.mmbase.util.functions |
The function framework is all about the creation of
Function instances, from which
then, subsequently, function values can be acquired. |
| Modifier and Type | Method and Description |
|---|---|
Module |
ModuleList.getModule(int index)
Returns the Module at the indicated postion in the list
|
Module |
CloudContext.getModule(String name)
Returns the module with the specified name.
|
Module |
ModuleIterator.nextModule()
Returns the next element in the iterator as a Module
|
Module |
ModuleIterator.previousModule()
Returns the previous element in the iterator as a Module
|
| Modifier and Type | Class and Description |
|---|---|
class |
ModuleHandler
ModuleHandler
Creates a framework for calling modules.
|
| Modifier and Type | Method and Description |
|---|---|
Module |
BasicModuleList.getModule(int index) |
static Module |
ModuleHandler.getModule(Module mod,
CloudContext cloudcontext) |
Module |
BasicCloudContext.getModule(String moduleName) |
Module |
BasicModuleList.BasicModuleIterator.nextModule() |
Module |
BasicModuleList.BasicModuleIterator.previousModule() |
| Modifier and Type | Method and Description |
|---|---|
int |
ModuleHandler.compareTo(Module m)
Compares this module to the passed object.
|
| Constructor and Description |
|---|
BasicModuleList(Collection<? extends Module> c) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteModule_Proxy
RemoteModule_Proxy in a generated smart proxy of Module
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
Module |
RemoteModuleList_Proxy.getModule(int arg0) |
Module |
RemoteCloudContext_Proxy.getModule(String arg0) |
Module |
RemoteModuleIterator_Proxy.nextModule() |
Module |
RemoteModuleIterator_Proxy.previousModule() |
| Modifier and Type | Method and Description |
|---|---|
int |
RemoteModule_Proxy.compareTo(Module arg0) |
| Constructor and Description |
|---|
RemoteModule_Rmi(Module originalObject,
int port) |
| Modifier and Type | Method and Description |
|---|---|
Module |
BridgeCollections.EmptyModuleList.getModule(int index) |
Module |
AbstractCloudContext.getModule(String name) |
Module |
BridgeCollections.UnmodifiableModuleIterator.nextModule() |
Module |
BridgeCollections.UnmodifiableModuleIterator.previousModule() |
| Modifier and Type | Method and Description |
|---|---|
static Function |
FunctionFactory.getFunction(Module module,
String functionName)
Gets a function object for a Module
|
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}