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)

Method Summary
 javax.transaction.xa.XAResource[] getXAResources()
           
 boolean initialise(java.lang.String p)
           
 

Method Detail

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