Package bitronix.tm.internal
Interface TransactionStatusChangeListener
public interface TransactionStatusChangeListener
BitronixTransaction status change listener interface.- Author:
- lorban
-
Method Summary
Modifier and TypeMethodDescriptionvoidstatusChanged(int oldStatus, int newStatus) Fired when the status of aBitronixTransactionhas changed.
-
Method Details
-
statusChanged
void statusChanged(int oldStatus, int newStatus) Fired when the status of aBitronixTransactionhas changed.- Parameters:
oldStatus- the old status of theBitronixTransaction.newStatus- the new status of theBitronixTransaction.- See Also:
-
Status constant values.
-