Modifier and Type | Method and Description |
---|---|
List<ExtendedFIXSession> |
FIXEngineB2B.getSessions() |
Modifier and Type | Method and Description |
---|---|
protected ExtendedFIXSession |
Command.getFIXSession(SessionID sessionID)
Gets the fix session.
|
protected ExtendedFIXSession |
Command.getFIXSession(String sender,
String target,
String qualifier)
Gets the fix session.
|
Modifier and Type | Method and Description |
---|---|
protected List<ExtendedFIXSession> |
Command.getFIXSessions()
Gets fix session list.
|
Modifier and Type | Method and Description |
---|---|
protected List<ExtendedFIXSession> |
SessionListManager.getFIXSessions()
Gets fix session list.
|
Modifier and Type | Method and Description |
---|---|
static com.epam.fixicc.message.ExtraSessionParams |
CommandUtil.getExtraSessionParams(ExtendedFIXSession fixSession)
Gets extra session params from fix session.
|
protected static boolean |
CommandUtil.getPropertyAsBollean(ExtendedFIXSession session,
String name,
boolean defaultVal) |
static com.epam.fixicc.message.SessionRole |
CommandUtil.getRole(ExtendedFIXSession session) |
static com.epam.fixicc.message.StatusGroup |
CommandUtil.getStatusGroup(ExtendedFIXSession session) |
static com.epam.fixicc.message.BackupState |
CommandUtil.isBackupHost(ExtendedFIXSession session) |
Modifier and Type | Method and Description |
---|---|
void |
OutOfSeqMsgHandler.setFIXSession(ExtendedFIXSession fixSession) |
Modifier and Type | Field and Description |
---|---|
protected Map<SessionID,ExtendedFIXSession> |
SessionAcceptorStrategyHandler.registeredAcceptorSessions |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionAcceptorStrategyHandler.closeDeniedSession(ExtendedFIXSession session) |
protected void |
SessionAcceptorStrategyHandler.closeSession(DisconnectReason reason,
String description,
ExtendedFIXSession session) |
protected void |
SessionAcceptorStrategyHandler.registerSession(SessionID sessionID,
ExtendedFIXSession fixSession) |
Modifier and Type | Method and Description |
---|---|
ExtendedFIXSession |
FIXSessionManager.locate(SessionID sessionID)
Finds the session by sessionID.
|
ExtendedFIXSession |
FIXSessionManager.locate(SessionParameters params) |
ExtendedFIXSession |
FIXSessionManager.locate(String sessionID)
Finds the session by sessionID.
|
ExtendedFIXSession |
FIXSessionManager.locate(String senderComId,
String senderSubId,
String senderLocationId,
String targetCompId,
String targetSubId,
String targetLocationId)
TODO: implement ASAP
|
ExtendedFIXSession |
FIXSessionManager.locateFirst(String senderCompID,
String targetCompID)
Finds the session with senderCompID and targetCompID.
|
Modifier and Type | Method and Description |
---|---|
List<ExtendedFIXSession> |
FIXSessionManager.getList()
Gets the session list.
|
Modifier and Type | Method and Description |
---|---|
protected void |
FIXSessionManager.notifySessionAdd(ExtendedFIXSession fixSession) |
protected void |
FIXSessionManager.notifySessionRemoved(ExtendedFIXSession fixSession) |
void |
FIXSessionListListener.onAddSession(ExtendedFIXSession fixSession)
Invoked when the fixSession added.
|
void |
FIXSessionListListener.onRemoveSession(ExtendedFIXSession fixSession)
Invoked when the fixSession removed.
|
void |
FIXSessionManager.registerFIXSession(ExtendedFIXSession session)
Registers a new
session |
void |
FIXSessionManager.removeFIXSession(ExtendedFIXSession session)
Removes the
session . |
Modifier and Type | Method and Description |
---|---|
void |
FIXSessionManager.getCopyList(List<ExtendedFIXSession> copyTo) |
Modifier and Type | Method and Description |
---|---|
void |
SessionManagerTask.runForSession(ExtendedFIXSession session)
This method invoked for all session.
|
Modifier and Type | Field and Description |
---|---|
protected ExtendedFIXSession |
InitiatorSessionStopTask.session |
protected ExtendedFIXSession |
InitiatorSessionStartTask.session |
Modifier and Type | Method and Description |
---|---|
protected ExtendedFIXSession |
AbstractSessionTask.getSessionIfActive() |
Constructor and Description |
---|
InitiatorSessionStartTask(ExtendedFIXSession fixSession) |
InitiatorSessionStopTask(ExtendedFIXSession session) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractFIXSession
The abstract session implementation.
|
class |
AcceptorFIXSession |
class |
AutoreconnectFIXSession |
class |
InitiatorFIXSession |
Modifier and Type | Method and Description |
---|---|
protected ExtendedFIXSession |
AbstractFIXSessionFactory.getAcceptorSession(SessionParameters details,
FIXTransport transport,
HandlerChain chain) |
protected ExtendedFIXSession |
AbstractFIXSessionFactory.getInitiatorSession(SessionParameters details,
HandlerChain chain) |
Modifier and Type | Method and Description |
---|---|
ExtendedFIXSession |
AbstractSessionMessageHandler.getFIXSession() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSessionMessageHandler.setFIXSession(ExtendedFIXSession fixSession) |
void |
SessionMessageHandler.setFIXSession(ExtendedFIXSession fixSession)
Sets the extended fix session.
|
void |
HandlerChain.setFIXSession(ExtendedFIXSession fixSession) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.