bitronix.tm.recovery
Interface RecovererMBean

All Known Implementing Classes:
Recoverer

public interface RecovererMBean

Recoverer Management interface.

© Bitronix Software

Author:
lorban

Method Summary
 int getCommittedCount()
           
 java.lang.Exception getCompletionException()
           
 int getRolledbackCount()
           
 void run()
           
 

Method Detail

run

void run()

getCommittedCount

int getCommittedCount()

getRolledbackCount

int getRolledbackCount()

getCompletionException

java.lang.Exception getCompletionException()