| Interface | Description |
|---|---|
| SurrogateManager |
A surrogate manager encapsulates the strategy for building and maintaining
surrogate objects for inter-store references.
|
| Class | Description |
|---|---|
| InProcessStore |
In-process implementation of the Store interface for use when a worker is
running in-process with a Store.
|
| Node |
The Node class encapsulates the shared resources for multiple stores and
workers that run in the same process.
|
| Options | |
| PrepareRequest |
A convenience class for grouping together the created, modified, and read
object sets of a prepare request.
|
| SimpleSurrogateManager |
This is a simple surrogate policy.
|
| SubscriptionManager |
Keeps track of who's subscribed to what object.
|
| TransactionManager |
| Exception | Description |
|---|---|
| DuplicateStoreException |
A
DuplicateStoreException is thrown when an attempt is made to
add a duplicate store to a store node. |