Uses of Class
com.sun.enterprise.transaction.api.XAResourceWrapper
-
-
Uses of XAResourceWrapper in com.sun.enterprise.transaction
Methods in com.sun.enterprise.transaction that return XAResourceWrapper Modifier and Type Method Description XAResourceWrapperJavaEETransactionManagerSimplified. getXAResourceWrapper(String clName)XAResourceWrapperJavaEETransactionManagerSimplifiedDelegate. getXAResourceWrapper(String clName) -
Uses of XAResourceWrapper in com.sun.enterprise.transaction.api
Methods in com.sun.enterprise.transaction.api that return XAResourceWrapper Modifier and Type Method Description abstract XAResourceWrapperXAResourceWrapper. 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"); }XAResourceWrapperJavaEETransactionManager. getXAResourceWrapper(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.jts
Methods in com.sun.enterprise.transaction.jts that return XAResourceWrapper Modifier and Type Method Description XAResourceWrapperJavaEETransactionManagerJTSDelegate. getXAResourceWrapper(String clName) -
Uses of XAResourceWrapper in com.sun.enterprise.transaction.jts.recovery
Subclasses of XAResourceWrapper in com.sun.enterprise.transaction.jts.recovery Modifier and Type Class Description classOracleXAResourceThis implements workaround for Oracle XAResource.classSybaseXAResourceXA Resource wrapper class for sybase XA Resource with jConnect 5.2.Methods in com.sun.enterprise.transaction.jts.recovery that return XAResourceWrapper Modifier and Type Method Description XAResourceWrapperOracleXAResource. getInstance()XAResourceWrapperSybaseXAResource. getInstance() -
Uses of XAResourceWrapper in com.sun.enterprise.transaction.spi
Methods in com.sun.enterprise.transaction.spi that return XAResourceWrapper Modifier and Type Method Description XAResourceWrapperJavaEETransactionManagerDelegate. getXAResourceWrapper(String clName)Returns an instance of an XAResourceWrapper if this delegate supports transaction recovery and there is a wrapper available for this class name.
-