|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Instrument | |
---|---|
com.epam.cmemdp.impl | |
com.epam.cmemdp.impl.recovery | |
com.epam.cmemdp.impl.recovery.fix |
Uses of Instrument in com.epam.cmemdp.impl |
---|
Fields in com.epam.cmemdp.impl with type parameters of type Instrument | |
---|---|
protected java.util.Map<java.lang.String,java.util.List<Instrument>> |
ApplicationImpl.channelInstruments
|
protected java.util.List<Instrument> |
ApplicationImpl.instruments
|
protected java.util.Map<java.lang.String,Instrument> |
ApplicationImpl.instrumentsBySecDesc
|
protected java.util.Map<java.lang.Long,Instrument> |
ApplicationImpl.instrumentsBySecID
|
Methods in com.epam.cmemdp.impl that return Instrument | |
---|---|
Instrument |
ChannelSubscriptionHelper.getFakeChannelInstrument(MDChannel channel)
|
Instrument |
ApplicationContext.getInstrument(long longValue)
|
Methods in com.epam.cmemdp.impl that return types with arguments of type Instrument | |
---|---|
java.util.List<Instrument> |
ApplicationContext.getChannelInstruments(java.lang.String channelID)
|
Methods in com.epam.cmemdp.impl with parameters of type Instrument | |
---|---|
void |
MessageCorridorProcessor.continueCorridorProcessing(Instrument instrument)
|
void |
ApplicationContext.disconnectAllByInstrument(Instrument instrument)
|
void |
ApplicationContext.disconnectFromSnapshot(Instrument instrument,
boolean riseStopEvent,
RecoveryReason recoveryReason)
|
void |
MessageProcessor.handleEvent(Instrument instrument,
InstrumentEvent event)
|
void |
MessageProcessor.handleForcedRecovery(Instrument instrument,
ForcedRecoveryEvent event)
|
void |
MessageProcessor.handleSnapshotReset(Instrument instrument,
SnapshotResetEvent event)
|
void |
MessageCorridorProcessor.processEventInCorridor(Instrument instrument,
InstrumentEvent event)
|
boolean |
MessageProcessor.processIncrement(Instrument instrument,
GroupEntry entry)
|
void |
MessageCorridorProcessor.processIncrementInCorridor(Instrument instrument,
GroupEntry entry)
|
void |
MessageCorridorProcessor.processOtherInCorridor(Instrument instrument,
FIXFieldList msg)
|
void |
MessageProcessor.processSnapshot(Instrument instrument,
FIXFieldList msg)
|
void |
MessageCorridorProcessor.processSnapshotInCorridor(Instrument instrument,
FIXFieldList msg)
|
void |
ApplicationImpl.riseOnRecoveryStopped(Instrument instrument,
RecoveryReason recoveryReason)
|
Uses of Instrument in com.epam.cmemdp.impl.recovery |
---|
Methods in com.epam.cmemdp.impl.recovery with parameters of type Instrument | |
---|---|
void |
HistoricalRecoveryManager.startRecovery(Instrument instrument,
long beginMsgSeqNum,
long endMsgSeqNum)
|
void |
RecoveryManager.startRecovery(Instrument instrument,
long beginMsgSeqNum,
long endMsgSeqNum)
|
void |
HistoricalRecoveryManager.stopRecovery(Instrument instrument)
|
void |
RecoveryManager.stopRecovery(Instrument instrument)
|
Uses of Instrument in com.epam.cmemdp.impl.recovery.fix |
---|
Methods in com.epam.cmemdp.impl.recovery.fix with parameters of type Instrument | |
---|---|
void |
ReplayRequestExecutor.queueRecoveryRequest(long beginMsgSeqNum,
long endMsgSeqNum,
ReplayListener replayListener,
com.epam.mdp.full.coders.stream.SeqNumHelper seqNumHelper,
Instrument instrument)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |