| Package | Description |
|---|---|
| org.agilewiki.jfile.transactions | |
| org.agilewiki.jfile.transactions.db.inMemory |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Transaction
A transaction must support Eval and GetTransactionResult requests.
|
| Modifier and Type | Class and Description |
|---|---|
class |
_StringTransactionJid
Base class of transactions with a String.
|
class |
_TransactionJid
Base class for transactions with no persistent data.
|
class |
_TupleTransactionJid
Base class of transactions with a Tuple.
|
class |
EvaluatorActorJid
An ActorJid that supports Eval
|
class |
EvaluatorListJid
A list of transaction actor's.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AddIntegerTransaction
Adds to an integer and returns a new value.
|
class |
GetIntegerTransaction
Returns an Integer.
|
class |
IncrementIntegerTransaction
Increments an integer and returns the new value.
|
Copyright © 2013. All Rights Reserved.