com.atomikos.icatch.provider
Interface TransactionServicePlugin


public interface TransactionServicePlugin

A plugin interface for transaction service extension modules. Instances can register themselves in order to be notified about recovery and shutdown events.


Method Summary
 void afterInit()
          Called after initialization of the transaction core.
 void afterShutdown()
          Called after shutdown of the transaction core.
 void beforeInit(Properties properties)
          Called before initialization of the transaction core.
 

Method Detail

beforeInit

void beforeInit(Properties properties)
Called before initialization of the transaction core. DISCLAIMER: only implementations that register with the ServiceLoader mechanism are sure of receiving this notification. Other implementations should be aware that the transaction core may already be running by the time they register - in which case there will be no callback.


afterInit

void afterInit()
Called after initialization of the transaction core.


afterShutdown

void afterShutdown()
Called after shutdown of the transaction core.



Copyright © 2016. All Rights Reserved.