public abstract class AbstractSessionMessageHandler extends Object implements SessionMessageHandler
Modifier and Type | Field and Description |
---|---|
protected Log |
log |
boolean |
logIsTraceEnabled |
Constructor and Description |
---|
AbstractSessionMessageHandler() |
Modifier and Type | Method and Description |
---|---|
ExtendedFIXSession |
getFIXSession() |
protected void |
logErrorToSession(String description,
Throwable throwable) |
protected void |
logWarnToSession(String description,
Throwable throwable) |
void |
setFIXSession(ExtendedFIXSession fixSession)
Sets the extended fix session.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
onNewMessage
protected final Log log
public boolean logIsTraceEnabled
public ExtendedFIXSession getFIXSession()
public void setFIXSession(ExtendedFIXSession fixSession)
SessionMessageHandler
setFIXSession
in interface SessionMessageHandler
fixSession
- the extended fix sessionCopyright © 2000–2022 EPAM Systems. All rights reserved.