|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.teraspaces.qwfix.FIXEngineSessionSettings
public final class FIXEngineSessionSettings
Represents the settings of a FIX session in FIXEngineSettings. This class cannot be inherited.
| Method Summary | |
|---|---|
List<com.teraspaces.visuallambda.QWVisualLambdaModule> |
getIncomingMessageHandlers()
Gets the list of incoming message Visual Lambda handlers. |
List<com.teraspaces.visuallambda.QWVisualLambdaModule> |
getLogonMessageHandlers()
Gets the list of log on message Visual Lambda handlers. |
List<com.teraspaces.visuallambda.QWVisualLambdaModule> |
getOutgoingMessageHandlers()
Gets the list of outgoing message Visual Lambda handlers. |
FIXEngineSessionEndPoint |
getSessionEndPoint()
Gets the session end point. |
FIXSessionSettings |
getSessionSettings()
Gets the session settings. |
int |
getThreadPriorityDecoding()
Gets the thread priority of decoding (incoming) thread. |
int |
getThreadPriorityEncoding()
Gets the thread priority of encoding (outgoing) thread. |
boolean |
isEnabled()
Checks if is enabled. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public FIXSessionSettings getSessionSettings()
public FIXEngineSessionEndPoint getSessionEndPoint()
public List<com.teraspaces.visuallambda.QWVisualLambdaModule> getIncomingMessageHandlers()
The returned list is read only.
public List<com.teraspaces.visuallambda.QWVisualLambdaModule> getOutgoingMessageHandlers()
The returned list is read only.
public List<com.teraspaces.visuallambda.QWVisualLambdaModule> getLogonMessageHandlers()
The returned list is read only.
public boolean isEnabled()
public int getThreadPriorityEncoding()
public int getThreadPriorityDecoding()
|
||||||||||
| PREV CLASS NEXT CLASS | All Classes | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||