org.jboss.jbossts.xts.recovery.XTSRecoveryModule Maven / Gradle / Ivy
The newest version!
/*
Copyright The Narayana Authors
SPDX-License-Identifier: Apache-2.0
*/
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 - 2025 Weber Informatics LLC | Privacy Policy