org.csc.phynixx.connection
Interface IXADataRecorderAware


public interface IXADataRecorderAware

Connction is aware of a IXADataRecorder. The enviromne tof the connection provides a IXADataRecorder if necessary and sets it via setXADataRecorder(org.csc.phynixx.loggersystem.logrecord.IXADataRecorder).


Method Summary
 IXADataRecorder getXADataRecorder()
           
 IDataRecordReplay recoverReplayListener()
          This callback delivers the from the persistence store if the transaction/connection has been interrupted an has ended abnormal.
 void setXADataRecorder(IXADataRecorder xaDataRecorder)
          sets the current datzaRecorder.
 

Method Detail

setXADataRecorder

void setXADataRecorder(IXADataRecorder xaDataRecorder)
sets the current datzaRecorder. It is set bey the environment

Parameters:
xaDataRecorder -

getXADataRecorder

IXADataRecorder getXADataRecorder()
Returns:
the current xadataRecorder

recoverReplayListener

IDataRecordReplay recoverReplayListener()
This callback delivers the from the persistence store if the transaction/connection has been interrupted an has ended abnormal. These data lets the connection recover its state at time time of interruption.

Returns:
callback for recovering data.


Copyright © 2015. All rights reserved.