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 ExtendedFIXSessionCommand.getFIXSession(SessionID sessionID) Gets the fix session.protected ExtendedFIXSessionCommand.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.ExtraSessionParamsCommandUtil.getExtraSessionParams(ExtendedFIXSession fixSession) Gets extra session params from fix session.protected static booleanCommandUtil.getPropertyAsBollean(ExtendedFIXSession session, String name, boolean defaultVal) static com.epam.fixicc.message.SessionRoleCommandUtil.getRole(ExtendedFIXSession session) static com.epam.fixicc.message.StatusGroupCommandUtil.getStatusGroup(ExtendedFIXSession session) static com.epam.fixicc.message.BackupStateCommandUtil.isBackupHost(ExtendedFIXSession session) -
Uses of ExtendedFIXSession in com.epam.fixaj.meff
Methods in com.epam.fixaj.meff with parameters of type ExtendedFIXSessionModifier and TypeMethodDescriptionvoidOutOfSeqMsgHandler.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.registeredAcceptorSessionsMethods in com.epam.fixengine.acceptor with parameters of type ExtendedFIXSessionModifier and TypeMethodDescriptionprotected voidSessionAcceptorStrategyHandler.closeDeniedSession(ExtendedFIXSession session) protected voidSessionAcceptorStrategyHandler.closeSession(DisconnectReason reason, String description, ExtendedFIXSession session) protected voidSessionAcceptorStrategyHandler.registerSession(SessionID sessionID, ExtendedFIXSession fixSession) -
Uses of ExtendedFIXSession in com.epam.fixengine.manager
Methods in com.epam.fixengine.manager that return ExtendedFIXSessionModifier and TypeMethodDescriptionfinal ExtendedFIXSessionFinds the session by sessionID.final ExtendedFIXSessionFIXSessionManager.locate(SessionParameters params) final ExtendedFIXSessionFinds the session by sessionID.final ExtendedFIXSessionFIXSessionManager.locate(String senderComId, String senderSubId, String senderLocationId, String targetCompId, String targetSubId, String targetLocationId) TODO: implement ASAPfinal ExtendedFIXSessionFIXSessionManager.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 voidFIXSessionManager.notifySessionAdd(ExtendedFIXSession fixSession) protected final voidFIXSessionManager.notifySessionRemoved(ExtendedFIXSession fixSession) voidFIXSessionListListener.onAddSession(ExtendedFIXSession fixSession) Invoked when the fixSession added.voidFIXSessionListListener.onRemoveSession(ExtendedFIXSession fixSession) Invoked when the fixSession removed.final voidFIXSessionManager.registerFIXSession(ExtendedFIXSession session) Registers a newsessionfinal voidFIXSessionManager.removeFIXSession(ExtendedFIXSession session) Removes thesession.Method parameters in com.epam.fixengine.manager with type arguments of type ExtendedFIXSessionModifier and TypeMethodDescriptionfinal voidFIXSessionManager.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 TypeMethodDescriptionvoidSessionManagerTask.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 ExtendedFIXSessionInitiatorSessionStartTask.sessionprotected final ExtendedFIXSessionInitiatorSessionStopTask.sessionMethods in com.epam.fixengine.scheduler.tasks that return ExtendedFIXSessionModifier and TypeMethodDescriptionprotected ExtendedFIXSessionAbstractSessionTask.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 TypeClassDescriptionclassThe abstract session implementation.final classclassclass -
Uses of ExtendedFIXSession in com.epam.fixengine.session.common
Methods in com.epam.fixengine.session.common that return ExtendedFIXSessionModifier and TypeMethodDescriptionprotected ExtendedFIXSessionAbstractFIXSessionFactory.getAcceptorSession(SessionParameters details, FIXTransport transport, HandlerChain chain) protected ExtendedFIXSessionAbstractFIXSessionFactory.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 TypeMethodDescriptionvoidAbstractSessionMessageHandler.setFIXSession(ExtendedFIXSession fixSession) voidHandlerChain.setFIXSession(ExtendedFIXSession fixSession) voidSessionMessageHandler.setFIXSession(ExtendedFIXSession fixSession) Sets the extended fix session.