Field Summary |
|
final public static short | BUFFER_FULL This reason code is used during a transaction to indicate that
the commit buffer is full. |
final public static short | INTERNAL_FAILURE This reason code is used during a transaction to indicate
an internal JCRE problem (fatal error). |
final public static short | IN_PROGRESS This reason code is used by the beginTransaction
method to indicate
a transaction is already in progress. |
final public static short | NOT_IN_PROGRESS This reason code is used by the abortTransaction
and commitTransaction methods
when a transaction is not in progress. |