|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XAResourceWrapper | |
|---|---|
| com.sun.enterprise.transaction.api | |
| com.sun.enterprise.transaction.spi | |
| Uses of XAResourceWrapper in com.sun.enterprise.transaction.api |
|---|
| Methods in com.sun.enterprise.transaction.api that return XAResourceWrapper | |
|---|---|
abstract XAResourceWrapper |
XAResourceWrapper.getInstance()
public Xid[] recover(int flag) throws XAException { throw new XAException("This is to be implemented by sub classes"); } public void commit(Xid xid, boolean flag) throws XAException{ throw new XAException("This is to be implemented by sub classes"); } public void rollback(Xid xid) throws XAException{ throw new XAException("This is to be implemented by sub classes"); } |
XAResourceWrapper |
JavaEETransactionManager.getXAResourceWrapper(java.lang.String clName)
Return XAResourceWrapper instance specific to this datasource class name that can be used instead of the driver provided version for transaction recovery. |
| Uses of XAResourceWrapper in com.sun.enterprise.transaction.spi |
|---|
| Methods in com.sun.enterprise.transaction.spi that return XAResourceWrapper | |
|---|---|
XAResourceWrapper |
JavaEETransactionManagerDelegate.getXAResourceWrapper(java.lang.String clName)
Returns an instance of an XAResourceWrapper if this delegate supports transaction recovery and there is a wrapper available for this class name. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||