All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jboss.jbossts.xts.recovery.XTSRecoveryModule Maven / Gradle / Ivy

There is a newer version: 4.17.43.Final
Show newest version
package org.jboss.jbossts.xts.recovery;

import com.arjuna.ats.arjuna.recovery.RecoveryModule;

/**
 * extension of JBossTS recovery module interface adding install and uninstall lifecycle methods
 */
public interface XTSRecoveryModule extends RecoveryModule {
    public void install();
    public void uninstall();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy