Class JDBCXARecovery

java.lang.Object
com.arjuna.ats.internal.jdbc.recovery.JDBCXARecovery
All Implemented Interfaces:
XAResourceRecovery

public class JDBCXARecovery extends Object implements XAResourceRecovery
This provides recovery for compliant JDBC drivers. It is not meant to be implementation specific. Users are responsible for deploying an appropriate XADataSource into JNDI and then providing the relevant JNDI lookup information in a property file to an instance of this class. Username and password values may also be provided in the same property file.