| 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 |
|---|---|
RelationManagerList |
CloudContext.createRelationManagerList()
Returns a new, empty relation manager list
Note that it is generally better to use
Cloud.createRelationManagerList(). |
RelationManagerList |
Cloud.createRelationManagerList()
Returns a new, empty relation manager list for this cloud
|
RelationManagerList |
NodeManager.getAllowedRelations()
Retrieve all relation managers that can be used to create relations for objects of this nodemanager.
|
RelationManagerList |
NodeManager.getAllowedRelations(NodeManager nodeManager,
String role,
String direction)
Retrieve all relation managers that can be used to create relations for objects from this nodemanager,
to the specified manager, using the specified role and direction.
|
RelationManagerList |
NodeManager.getAllowedRelations(String nodeManager,
String role,
String direction)
Retrieve all relation managers that can be used to create relations for objects from this nodemanager,
to the specified manager, using the specified role and direction.
|
RelationManagerList |
Cloud.getRelationManagers()
Returns all relation managers available in this cloud.
|
RelationManagerList |
Cloud.getRelationManagers(NodeManager sourceManager,
NodeManager destinationManager,
String roleName)
Returns all relation managers available in this cloud that follow the specified filter.
|
RelationManagerList |
Cloud.getRelationManagers(String sourceManagerName,
String destinationManagerName,
String roleName)
Returns all relation managers available in this cloud that follow the specified filter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BasicRelationManagerList
A list of relation managers
|
| Modifier and Type | Method and Description |
|---|---|
RelationManagerList |
BasicCloud.createRelationManagerList() |
RelationManagerList |
BasicCloudContext.createRelationManagerList() |
RelationManagerList |
BasicNodeManager.getAllowedRelations() |
RelationManagerList |
BasicNodeManager.getAllowedRelations(NodeManager nodeManager,
String role,
String direction) |
RelationManagerList |
BasicNodeManager.getAllowedRelations(String nodeManager,
String role,
String direction) |
RelationManagerList |
BasicCloud.getRelationManagers() |
RelationManagerList |
BasicCloud.getRelationManagers(NodeManager sourceManager,
NodeManager destinationManager,
String roleName) |
RelationManagerList |
BasicCloud.getRelationManagers(String sourceManagerName,
String destinationManagerName,
String roleName) |
RelationManagerList |
BasicRelationManagerList.subRelationManagerList(int fromIndex,
int toIndex) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteRelationManagerList_Proxy
RemoteRelationManagerList_Proxy in a generated smart proxy of RelationManagerList
This smart proxy is used by a local class when the MMCI is called remotely |
| Modifier and Type | Method and Description |
|---|---|
RelationManagerList |
RemoteRelationManagerList_Rmi.getOriginalObject() |
| Constructor and Description |
|---|
RemoteRelationManagerList_Rmi(RelationManagerList originalObject,
int port) |
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
BridgeCollections.EmptyRelationManagerList |
(package private) static class |
BridgeCollections.UnmodifiableRelationManagerList |
| Modifier and Type | Field and Description |
|---|---|
static RelationManagerList |
BridgeCollections.EMPTY_RELATIONMANAGERLIST |
| Modifier and Type | Method and Description |
|---|---|
RelationManagerList |
AbstractCloud.createRelationManagerList() |
RelationManagerList |
AbstractCloudContext.createRelationManagerList() |
RelationManagerList |
AbstractNodeManager.getAllowedRelations() |
RelationManagerList |
AbstractNodeManager.getAllowedRelations(NodeManager nodeManager,
String role,
String direction) |
RelationManagerList |
AbstractNodeManager.getAllowedRelations(String nodeManager,
String role,
String direction) |
RelationManagerList |
AbstractCloud.getRelationManagers() |
RelationManagerList |
AbstractCloud.getRelationManagers(NodeManager sourceManager,
NodeManager destinationManager,
String roleName) |
RelationManagerList |
AbstractCloud.getRelationManagers(String sourceManagerName,
String destinationManagerName,
String roleName) |
static RelationManagerList |
BridgeCollections.unmodifiableRelationManagerList(RelationManagerList nodeList)
Makes a RelationManagerList unmodifiable.
|
| Modifier and Type | Method and Description |
|---|---|
static RelationManagerList |
BridgeCollections.unmodifiableRelationManagerList(RelationManagerList nodeList)
Makes a RelationManagerList unmodifiable.
|
| Constructor and Description |
|---|
UnmodifiableRelationManagerList(RelationManagerList relationManagerList) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}