Field Summary |
|
final public static int | XAER_ASYNC Error code indicating that an asynchronous operation is outstanding. |
final public static int | XAER_DUPID Error code indicating that a Xid given as an argument is already
known to the resource manager. |
final public static int | XAER_INVAL Error code indicating that invalid arguments were passed. |
final public static int | XAER_NOTA Error code indicating that an
Xid is not valid. |
final public static int | XAER_OUTSIDE Error code indicating that the resource manager is doing work
outside the global transaction. |
final public static int | XAER_PROTO Error code indicating a protocol error. |
final public static int | XAER_RMERR Error code indicating that a resource manager error has occurred. |
final public static int | XAER_RMFAIL Error code indicating that the resource manager has failed and is
not available. |
final public static int | XA_HEURCOM Error code indicating that a heuristic commit decision was made. |
final public static int | XA_HEURHAZ Error code indicating that a heuristic decision may have been made. |
final public static int | XA_HEURMIX Error code indicating that a heuristic mixed decision was made. |
final public static int | XA_HEURRB Error code indicating that a heuristic rollback decision was made. |
final public static int | XA_NOMIGRATE Error code indicating that the transaction resumption must happen
where the suspension occurred. |
final public static int | XA_RBBASE This is not an error code, but the same as the rollback error code
with the lowest number. |
final public static int | XA_RBCOMMFAIL Rollback error code indicating that the rollback happened due to a
communications failure. |
final public static int | XA_RBDEADLOCK Rollback error code indicating that the rollback happened because
deadlock was detected. |
final public static int | XA_RBEND This is not an error code, but the same as the rollback error code
with the highest number. |
final public static int | XA_RBINTEGRITY Rollback error code indicating that the rollback happened because
an internal integrity check failed. |
final public static int | XA_RBOTHER Rollback error code indicating that the rollback happened for some
reason not fitting any of the other rollback error codes. |
final public static int | XA_RBPROTO Rollback error code indicating that the rollback happened due to
a protocol error in the resource manager. |
final public static int | XA_RBROLLBACK Rollback error code indicating that the rollback happened for
an unspecified reason. |
final public static int | XA_RBTIMEOUT Rollback error code indicating that the rollback happened because
of a timeout. |
final public static int | XA_RBTRANSIENT Rollback error code indicating that the rollback happened due to a
transient failure. |
final public static int | XA_RDONLY Error code indicating that the transaction branch was read-only,
and has already been committed. |
final public static int | XA_RETRY Error code indicating that the method invoked returned without having
any effect, and that it may be invoked again. |
public int | errorCode The error code. |