| 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 | |
| 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.security |
The security infrastructure of MMBase.
|
| Modifier and Type | Method and Description |
|---|---|
ActionRepository |
CloudContext.getActionRepository()
Returns the Repository with actions
|
| Modifier and Type | Method and Description |
|---|---|
ActionRepository |
BasicCloudContext.getActionRepository() |
| Modifier and Type | Method and Description |
|---|---|
ActionRepository |
RemoteCloudContext.getActionRepository() |
| Modifier and Type | Method and Description |
|---|---|
ActionRepository |
RemoteCloudContext_Proxy.getActionRepository() |
| Modifier and Type | Method and Description |
|---|---|
ActionRepository |
RemoteCloudContext_Rmi.getActionRepository() |
| Modifier and Type | Method and Description |
|---|---|
ActionRepository |
AbstractCloudContext.getActionRepository() |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryActionRepository
This is the most simple way to store 'actions', namely straightforwardly in memory.
|
| Modifier and Type | Field and Description |
|---|---|
protected static ActionRepository |
ActionRepository.bootstrap |
| Modifier and Type | Method and Description |
|---|---|
ActionRepository |
MMBaseCop.getActionRepository() |
ActionRepository |
MMBaseCopConfig.getActionRepository() |
static ActionRepository |
ActionRepository.getInstance()
Returns the ActionRepository associated with the current MMBase's
MMBaseCop. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
MMBaseCop.copyActions(ActionRepository source,
ActionRepository destination) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}