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 |
---|---|
static CommitParams.CommitQueueErrorOption |
CommitParams.CommitQueueErrorOption.fromValue(int value) |
CommitParams.CommitQueueErrorOption |
CommitParams.getCommitQueueErrorOption()
Get commit queue error option.
|
static CommitParams.CommitQueueErrorOption |
CommitParams.CommitQueueErrorOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommitParams.CommitQueueErrorOption[] |
CommitParams.CommitQueueErrorOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CommitParams.setCommitQueueErrorOption(CommitParams.CommitQueueErrorOption errorOption)
Set commit queue error option.
|