| 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.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.
|
| Modifier and Type | Method and Description |
|---|---|
NodeManagerList |
CloudContext.createNodeManagerList()
Returns a new, empty node manager list
Note that it is generally better to use
Cloud.createNodeManagerList(). |
NodeManagerList |
Cloud.createNodeManagerList()
Returns a new, empty node manager list for this cloud
|
NodeManagerList |
NodeManager.getDescendants()
Retrieve a list of descendant nodemanagers (the nodemanagers that - possibly indirectly - extend from this nodemanager)
|
NodeManagerList |
Cloud.getNodeManagers()
Returns all node managers available in this cloud.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicNodeManagerList
A list of node managers
|
| Modifier and Type | Method and Description |
|---|---|
NodeManagerList |
BasicCloud.createNodeManagerList() |
NodeManagerList |
BasicCloudContext.createNodeManagerList() |
NodeManagerList |
BasicNodeManager.getDescendants() |
NodeManagerList |
BasicCloud.getNodeManagers() |
NodeManagerList |
BasicNodeManagerList.subNodeManagerList(int fromIndex,
int toIndex) |
| Modifier and Type | Method and Description |
|---|---|
NodeManagerList |
MockCloud.getNodeManagers() |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteNodeManagerList_Proxy
RemoteNodeManagerList_Proxy in a generated smart proxy of NodeManagerList
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
NodeManagerList |
RemoteTransaction_Proxy.createNodeManagerList() |
NodeManagerList |
RemoteCloudContext_Proxy.createNodeManagerList() |
NodeManagerList |
RemoteCloud_Proxy.createNodeManagerList() |
NodeManagerList |
RemoteNodeManager_Proxy.getDescendants() |
NodeManagerList |
RemoteRelationManager_Proxy.getDescendants() |
NodeManagerList |
RemoteTransaction_Proxy.getNodeManagers() |
NodeManagerList |
RemoteCloud_Proxy.getNodeManagers() |
| Modifier and Type | Method and Description |
|---|---|
NodeManagerList |
RemoteNodeManagerList_Rmi.getOriginalObject() |
| Constructor and Description |
|---|
RemoteNodeManagerList_Rmi(NodeManagerList originalObject,
int port) |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
BridgeCollections.EmptyNodeManagerList |
(package private) static class |
BridgeCollections.UnmodifiableNodeManagerList |
| Modifier and Type | Field and Description |
|---|---|
static NodeManagerList |
BridgeCollections.EMPTY_NODEMANAGERLIST |
| Modifier and Type | Method and Description |
|---|---|
NodeManagerList |
AbstractCloud.createNodeManagerList() |
NodeManagerList |
AbstractCloudContext.createNodeManagerList() |
NodeManagerList |
AbstractNodeManager.getDescendants() |
abstract NodeManagerList |
AbstractCloud.getNodeManagers() |
static NodeManagerList |
BridgeCollections.unmodifiableNodeManagerList(NodeManagerList nodeList)
Makes a NodeManagerList unmodifiable.
|
| Modifier and Type | Method and Description |
|---|---|
static NodeManagerList |
BridgeCollections.unmodifiableNodeManagerList(NodeManagerList nodeList)
Makes a NodeManagerList unmodifiable.
|
| Constructor and Description |
|---|
UnmodifiableNodeManagerList(NodeManagerList nodeManagerList) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}