Interface XAResourceRecoveryHelper

  • All Known Implementing Classes:
    JmsXAResourceRecoveryHelper

    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 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