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
 XAResource[] getXAResources()
           
 boolean initialise(String p)
           
 

Method Detail

initialise

boolean initialise(String p)
                   throws Exception
Throws:
Exception

getXAResources

XAResource[] getXAResources()
                            throws Exception
Throws:
Exception


Copyright © 2011. All Rights Reserved.