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

/openjdk7/corba/src/share/classes/javax/transaction/xa/
H A DXid.java29 * The Xid interface is a Java mapping of the X/Open transaction identifier
32 * and branch qualifier. The Xid interface is used by the transaction
36 public interface Xid { interface
H A DXAResource.java79 void commit(Xid xid, boolean onePhase) throws XAException;
108 void end(Xid xid, int flags) throws XAException;
121 void forget(Xid xid) throws XAException;
170 int prepare(Xid xid) throws XAException;
192 Xid[] recover(int flag) throws XAException;
203 void rollback(Xid xid) throws XAException;
251 void start(Xid xid, int flags) throws XAException;

Completed in 29 milliseconds