com.epam.cmemdp.impl.recovery
Class HistoricalRecoveryManager

java.lang.Object
  extended by com.epam.cmemdp.impl.recovery.HistoricalRecoveryManager
All Implemented Interfaces:
RecoveryManager

public class HistoricalRecoveryManager
extends java.lang.Object
implements RecoveryManager


Field Summary
protected  ChannelContext context
           
protected static Log log
           
protected  ApplicationImpl recoveryListener
           
protected  StreamTransport transport
           
 
Constructor Summary
HistoricalRecoveryManager(ApplicationImpl recoveryListener, ChannelContext context)
           
 
Method Summary
 void startRecovery(Instrument instrument, long beginMsgSeqNum, long endMsgSeqNum)
           
 void stopRecovery(Instrument instrument)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Log log

recoveryListener

protected ApplicationImpl recoveryListener

transport

protected StreamTransport transport

context

protected final ChannelContext context
Constructor Detail

HistoricalRecoveryManager

public HistoricalRecoveryManager(ApplicationImpl recoveryListener,
                                 ChannelContext context)
Method Detail

startRecovery

public void startRecovery(Instrument instrument,
                          long beginMsgSeqNum,
                          long endMsgSeqNum)
Specified by:
startRecovery in interface RecoveryManager

stopRecovery

public void stopRecovery(Instrument instrument)
Specified by:
stopRecovery in interface RecoveryManager


Copyright © 2000-2014 EPAM Systems. All Rights Reserved.