| Package | Description | 
|---|---|
| com.tailf.maapi | 
 MAAPI is an API which provides full access to the systems internal
 transaction engine. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CommitQueueResult
Represents a successful invocation of the
  
Maapi#applyTransWithResult(int,boolean,int,String,int) method. | 
class  | 
DryRunResult
Represents a successful invocation of the
  
Maapi#applyTransWithResult(int,boolean,int,String,int) method. | 
| 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. 
 |