Uses of Interface
com.epam.fixengine.session.ExtendedFIXSession
Packages that use ExtendedFIXSession
Package
Description
-
Uses of ExtendedFIXSession in com.btobits.fixengine
Methods in com.btobits.fixengine that return types with arguments of type ExtendedFIXSession -
Uses of ExtendedFIXSession in com.epam.admintool.commands
Methods in com.epam.admintool.commands that return ExtendedFIXSessionModifier and TypeMethodDescriptionprotected ExtendedFIXSession
Command.getFIXSession
(SessionID sessionID) Gets the fix session.protected ExtendedFIXSession
Command.getFIXSession
(String sender, String target, String qualifier) Gets the fix session.Methods in com.epam.admintool.commands that return types with arguments of type ExtendedFIXSessionModifier and TypeMethodDescriptionprotected List<ExtendedFIXSession>
Command.getFIXSessions()
Gets fix session list. -
Uses of ExtendedFIXSession in com.epam.admintool.commands.monitoring.manager
Methods in com.epam.admintool.commands.monitoring.manager that return types with arguments of type ExtendedFIXSessionModifier and TypeMethodDescriptionprotected List<ExtendedFIXSession>
SessionListManager.getFIXSessions()
Gets fix session list. -
Uses of ExtendedFIXSession in com.epam.admintool.commands.util
Methods in com.epam.admintool.commands.util with parameters of type ExtendedFIXSessionModifier and TypeMethodDescriptionstatic 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) -
Uses of ExtendedFIXSession in com.epam.fixaj.meff
Methods in com.epam.fixaj.meff with parameters of type ExtendedFIXSessionModifier and TypeMethodDescriptionvoid
OutOfSeqMsgHandler.setFIXSession
(ExtendedFIXSession fixSession) -
Uses of ExtendedFIXSession in com.epam.fixengine.acceptor
Fields in com.epam.fixengine.acceptor with type parameters of type ExtendedFIXSessionModifier and TypeFieldDescriptionprotected Map<SessionID,
ExtendedFIXSession> SessionAcceptorStrategyHandler.registeredAcceptorSessions
Methods in com.epam.fixengine.acceptor with parameters of type ExtendedFIXSessionModifier and TypeMethodDescriptionprotected void
SessionAcceptorStrategyHandler.closeDeniedSession
(ExtendedFIXSession session) protected void
SessionAcceptorStrategyHandler.closeSession
(DisconnectReason reason, String description, ExtendedFIXSession session) protected void
SessionAcceptorStrategyHandler.registerSession
(SessionID sessionID, ExtendedFIXSession fixSession) -
Uses of ExtendedFIXSession in com.epam.fixengine.manager
Methods in com.epam.fixengine.manager that return ExtendedFIXSessionModifier and TypeMethodDescriptionfinal ExtendedFIXSession
Finds the session by sessionID.final ExtendedFIXSession
FIXSessionManager.locate
(SessionParameters params) final ExtendedFIXSession
Finds the session by sessionID.final ExtendedFIXSession
FIXSessionManager.locate
(String senderComId, String senderSubId, String senderLocationId, String targetCompId, String targetSubId, String targetLocationId) TODO: implement ASAPfinal ExtendedFIXSession
FIXSessionManager.locateFirst
(String senderCompID, String targetCompID) Finds the session with senderCompID and targetCompID.Methods in com.epam.fixengine.manager that return types with arguments of type ExtendedFIXSessionModifier and TypeMethodDescriptionfinal List<ExtendedFIXSession>
FIXSessionManager.getList()
Gets the session list.Methods in com.epam.fixengine.manager with parameters of type ExtendedFIXSessionModifier and TypeMethodDescriptionprotected final void
FIXSessionManager.notifySessionAdd
(ExtendedFIXSession fixSession) protected final 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.final void
FIXSessionManager.registerFIXSession
(ExtendedFIXSession session) Registers a newsession
final void
FIXSessionManager.removeFIXSession
(ExtendedFIXSession session) Removes thesession
.Method parameters in com.epam.fixengine.manager with type arguments of type ExtendedFIXSessionModifier and TypeMethodDescriptionfinal void
FIXSessionManager.getCopyList
(List<ExtendedFIXSession> copyTo) -
Uses of ExtendedFIXSession in com.epam.fixengine.manager.tasks
Methods in com.epam.fixengine.manager.tasks with parameters of type ExtendedFIXSessionModifier and TypeMethodDescriptionvoid
SessionManagerTask.runForSession
(ExtendedFIXSession session) This method invoked for all session. -
Uses of ExtendedFIXSession in com.epam.fixengine.scheduler.tasks
Fields in com.epam.fixengine.scheduler.tasks declared as ExtendedFIXSessionModifier and TypeFieldDescriptionprotected final ExtendedFIXSession
InitiatorSessionStartTask.session
protected final ExtendedFIXSession
InitiatorSessionStopTask.session
Methods in com.epam.fixengine.scheduler.tasks that return ExtendedFIXSessionModifier and TypeMethodDescriptionprotected ExtendedFIXSession
AbstractSessionTask.getSessionIfActive()
Constructors in com.epam.fixengine.scheduler.tasks with parameters of type ExtendedFIXSession -
Uses of ExtendedFIXSession in com.epam.fixengine.session
Classes in com.epam.fixengine.session that implement ExtendedFIXSessionModifier and TypeClassDescriptionclass
The abstract session implementation.final class
class
class
-
Uses of ExtendedFIXSession in com.epam.fixengine.session.common
Methods in com.epam.fixengine.session.common that return ExtendedFIXSessionModifier and TypeMethodDescriptionprotected ExtendedFIXSession
AbstractFIXSessionFactory.getAcceptorSession
(SessionParameters details, FIXTransport transport, HandlerChain chain) protected ExtendedFIXSession
AbstractFIXSessionFactory.getInitiatorSession
(SessionParameters details, HandlerChain chain) -
Uses of ExtendedFIXSession in com.epam.fixengine.session.messagehandler
Methods in com.epam.fixengine.session.messagehandler that return ExtendedFIXSessionMethods in com.epam.fixengine.session.messagehandler with parameters of type ExtendedFIXSessionModifier and TypeMethodDescriptionvoid
AbstractSessionMessageHandler.setFIXSession
(ExtendedFIXSession fixSession) void
HandlerChain.setFIXSession
(ExtendedFIXSession fixSession) void
SessionMessageHandler.setFIXSession
(ExtendedFIXSession fixSession) Sets the extended fix session.