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

bitronix.tm.recovery.RecovererMBean Maven / Gradle / Ivy

package bitronix.tm.recovery;

/**
 * {@link Recoverer} Management interface.
 * 

© Bitronix Software

* * @author lorban */ public interface RecovererMBean { public void run(); public int getCommittedCount(); public int getRolledbackCount(); public Exception getCompletionException(); public int getExecutionsCount(); public boolean isRunning(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy