com.epam.cmemdp.impl
Class ApplicationContext

java.lang.Object
  extended by com.epam.cmemdp.impl.ApplicationContext

public class ApplicationContext
extends java.lang.Object


Constructor Summary
ApplicationContext(ApplicationImpl application, MessageCorridorProcessor corridorProcessor)
           
 
Method Summary
 void disconnectAllByInstrument(Instrument instrument)
           
 void disconnectFromSnapshot(Instrument instrument, boolean riseStopEvent, RecoveryReason recoveryReason)
           
 ApplicationImpl getApplication()
           
 ApplicationListener getApplicationListener()
           
 java.util.List<Instrument> getChannelInstruments(java.lang.String channelID)
           
 MessageCorridorProcessor getCorridorProcessor()
           
 Instrument getInstrument(long longValue)
           
 boolean isChannelInstruments(java.lang.String channelID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationContext

public ApplicationContext(ApplicationImpl application,
                          MessageCorridorProcessor corridorProcessor)
Method Detail

getApplication

public ApplicationImpl getApplication()

getInstrument

public Instrument getInstrument(long longValue)

getApplicationListener

public ApplicationListener getApplicationListener()

getChannelInstruments

public java.util.List<Instrument> getChannelInstruments(java.lang.String channelID)

isChannelInstruments

public boolean isChannelInstruments(java.lang.String channelID)

getCorridorProcessor

public MessageCorridorProcessor getCorridorProcessor()

disconnectFromSnapshot

public void disconnectFromSnapshot(Instrument instrument,
                                   boolean riseStopEvent,
                                   RecoveryReason recoveryReason)

disconnectAllByInstrument

public void disconnectAllByInstrument(Instrument instrument)


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