com.arjuna.ats.jta.recovery
Interface XAResourceRecoveryHelper
public interface XAResourceRecoveryHelper
Interface to be implemented by external entities that instantiate
and supply their own XAResources to the recovery system.
- Author:
- Jonathan Halliday (jonathan.halliday@redhat.com)
initialise
boolean initialise(java.lang.String p)
throws java.lang.Exception
- Throws:
java.lang.Exception
getXAResources
javax.transaction.xa.XAResource[] getXAResources()
throws java.lang.Exception
- Throws:
java.lang.Exception