Uses of Enum Class
com.tailf.maapi.CommitParams.CommitQueueErrorOption
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of CommitParams.CommitQueueErrorOption in com.tailf.maapi
Modifier and TypeMethodDescriptionCommitParams.CommitQueueErrorOption.fromValue
(int value) CommitParams.getCommitQueueErrorOption()
Get commit queue error option.Returns the enum constant of this class with the specified name.static CommitParams.CommitQueueErrorOption[]
CommitParams.CommitQueueErrorOption.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
CommitParams.setCommitQueueErrorOption
(CommitParams.CommitQueueErrorOption errorOption) Set commit queue error option.