Uses of Enum Class
com.tailf.maapi.CommitParams.CommitQueueErrorOption
Packages that use 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
Methods in com.tailf.maapi that return CommitParams.CommitQueueErrorOptionModifier 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.Methods in com.tailf.maapi with parameters of type CommitParams.CommitQueueErrorOptionModifier and TypeMethodDescriptionvoid
CommitParams.setCommitQueueErrorOption
(CommitParams.CommitQueueErrorOption errorOption) Set commit queue error option.