| 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.util |
This package contains several bridge related classes which can be used independently of the
rest of MMBase.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
Cloud.createTransaction(String name)
Creates a transaction on this cloud with a specified name.
|
Transaction |
Cloud.createTransaction(String name,
boolean overwrite)
Creates a transaction on this cloud with a specified name.
|
| Modifier and Type | Method and Description |
|---|---|
Transaction |
BasicCloud.createTransaction(String name) |
BasicTransaction |
BasicTransaction.createTransaction(String name,
boolean overwrite) |
BasicTransaction |
BasicCloud.createTransaction(String name,
boolean overwrite) |
| Modifier and Type | Method and Description |
|---|---|
Transaction |
AbstractCloud.createTransaction(String name) |
Transaction |
AbstractCloud.createTransaction(String name,
boolean overwrite) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}