Package | Description |
---|---|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
Modifier and Type | Method and Description |
---|---|
CommitParams |
Maapi.getTransParams(int tid)
Get commit parameters for a transaction.
|
Modifier and Type | Method and Description |
---|---|
ApplyResult |
Maapi.applyTransParams(int tid,
boolean keepOpen,
CommitParams params)
Apply a current transaction with transaction handle tid
with additional NCS specific parameters.
|