Searched defs:XA_RBBASE (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/transaction/javax.transaction/src/main/java/javax/transaction/xa/
H A DXAException.java91 public final static int XA_RBBASE = 100; field in class:XAException
96 public final static int XA_RBROLLBACK = XA_RBBASE;
101 public final static int XA_RBCOMMFAIL = XA_RBBASE + 1;
106 public final static int XA_RBDEADLOCK = XA_RBBASE + 2;
111 public final static int XA_RBINTEGRITY = XA_RBBASE + 3;
117 public final static int XA_RBOTHER = XA_RBBASE + 4;
122 public final static int XA_RBPROTO = XA_RBBASE + 5;
127 public final static int XA_RBTIMEOUT = XA_RBBASE + 6;
132 public final static int XA_RBTRANSIENT = XA_RBBASE + 7;

Completed in 11 milliseconds