public class XATerminatorImple extends Object implements javax.resource.spi.XATerminator, XATerminatorExtensions
Constructor and Description |
---|
XATerminatorImple() |
public void commit(Xid xid, boolean onePhase) throws XAException
commit
in interface javax.resource.spi.XATerminator
XAException
public void forget(Xid xid) throws XAException
forget
in interface javax.resource.spi.XATerminator
XAException
public int prepare(Xid xid) throws XAException
prepare
in interface javax.resource.spi.XATerminator
XAException
public Xid[] recover(int flag) throws XAException
recover
in interface javax.resource.spi.XATerminator
XAException
public void rollback(Xid xid) throws XAException
rollback
in interface javax.resource.spi.XATerminator
XAException
public boolean beforeCompletion(Xid xid) throws SystemException
XATerminatorExtensions
beforeCompletion
in interface XATerminatorExtensions
xid
- the transaction instance.SystemException
Copyright © 2013. All rights reserved.