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

/openjdk7/corba/src/share/classes/javax/transaction/xa/
H A DXAException.java76 public final static int XA_RBBASE = 100; field in class:XAException
81 public final static int XA_RBROLLBACK = XA_RBBASE;
86 public final static int XA_RBCOMMFAIL = XA_RBBASE + 1;
91 public final static int XA_RBDEADLOCK = XA_RBBASE + 2;
96 public final static int XA_RBINTEGRITY = XA_RBBASE + 3;
102 public final static int XA_RBOTHER = XA_RBBASE + 4;
107 public final static int XA_RBPROTO = XA_RBBASE + 5;
112 public final static int XA_RBTIMEOUT = XA_RBBASE + 6;
117 public final static int XA_RBTRANSIENT = XA_RBBASE + 7;

Completed in 28 milliseconds