FileDocCategorySizeDatePackage
ATTransaction.javaAPI DocExample2834Tue May 29 16:56:30 BST 2007com.sun.xml.ws.api.tx

ATTransaction

public interface ATTransaction implements Transaction
WS-AT Transaction abstraction to enable the enlistment of volatile and durable Partipants.

How to get an ATTransaction. @Resource(name="java:/comp/wsatTxnMgr", type=javax.transaction.TransactionManager.class ) javax.transaction.TransactionManager wsatTxnMgr;

//In the scope of a wsat transaction, perform the following: ATTransaction atTxn = (ATTransaction)wsatTxnMgr.getTransaction();

see
Participant

Fields Summary
Constructors Summary
Methods Summary
public booleanenlistParticipant(Participant participant)
Enlist a participant with current WS-AT transaction context.

return
true if the participant was enlisted successfully; otherwise false.