|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ExtendedFIXSession in com.btobits.fixengine |
---|
Methods in com.btobits.fixengine that return types with arguments of type ExtendedFIXSession | |
---|---|
List<ExtendedFIXSession> |
FIXEngineB2B.getSessions()
|
Uses of ExtendedFIXSession in com.epam.admintool.commands |
---|
Methods in com.epam.admintool.commands that return ExtendedFIXSession | |
---|---|
protected ExtendedFIXSession |
Command.getFIXSession(String 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 ExtendedFIXSession | |
---|---|
protected 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 ExtendedFIXSession | |
---|---|
protected 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 ExtendedFIXSession | |
---|---|
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)
|
Uses of ExtendedFIXSession in com.epam.fixengine |
---|
Methods in com.epam.fixengine with parameters of type ExtendedFIXSession | |
---|---|
void |
FIXMessageFactory.completeOutgoingFixFields(ExtendedFIXSession fixSession,
long preferSeqNum)
Complete the outgoing fix fields. |
Uses of ExtendedFIXSession in com.epam.fixengine.acceptor |
---|
Fields in com.epam.fixengine.acceptor with type parameters of type ExtendedFIXSession | |
---|---|
protected Map<SessionID,ExtendedFIXSession> |
SessionAcceptorStrategyHandler.registeredAcceptorSessions
|
Methods in com.epam.fixengine.acceptor with parameters of type ExtendedFIXSession | |
---|---|
protected void |
SessionAcceptorStrategyHandler.closeDeniedSession(ExtendedFIXSession session)
|
protected void |
SessionAcceptorStrategyHandler.closeSession(com.epam.fixengine.session.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 ExtendedFIXSession | |
---|---|
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. |
Methods in com.epam.fixengine.manager that return types with arguments of type ExtendedFIXSession | |
---|---|
List<ExtendedFIXSession> |
FIXSessionManager.getList()
Gets the session list. |
Methods in com.epam.fixengine.manager with parameters of type ExtendedFIXSession | |
---|---|
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 . |
Method parameters in com.epam.fixengine.manager with type arguments of type ExtendedFIXSession | |
---|---|
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 ExtendedFIXSession | |
---|---|
void |
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 ExtendedFIXSession | |
---|---|
protected ExtendedFIXSession |
InitiatorSessionStartTask.session
|
protected ExtendedFIXSession |
InitiatorSessionStopTask.session
|
Methods in com.epam.fixengine.scheduler.tasks that return ExtendedFIXSession | |
---|---|
protected ExtendedFIXSession |
AbstractSessionTask.getSessionIfActive()
|
Constructors in com.epam.fixengine.scheduler.tasks with parameters of type ExtendedFIXSession | |
---|---|
InitiatorSessionStartTask(ExtendedFIXSession fixSession)
|
|
InitiatorSessionStopTask(ExtendedFIXSession session)
|
Uses of ExtendedFIXSession in com.epam.fixengine.session |
---|
Classes in com.epam.fixengine.session that implement ExtendedFIXSession | |
---|---|
class |
AbstractFIXSession
The abstract session implementation. |
class |
AcceptorFIXSession
|
class |
BackupFIXSession
The BackupFIXSession provides ability to switch the connection from
the primary host to backup and vice versa. |
class |
InitiatorFIXSession
|
Uses of ExtendedFIXSession in com.epam.fixengine.session.common |
---|
Methods in com.epam.fixengine.session.common that return ExtendedFIXSession | |
---|---|
protected 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 ExtendedFIXSession | |
---|---|
ExtendedFIXSession |
AbstractSessionMessageHandler.getFIXSession()
|
Methods in com.epam.fixengine.session.messagehandler with parameters of type ExtendedFIXSession | |
---|---|
void |
AbstractSessionMessageHandler.setFIXSession(ExtendedFIXSession fixSession)
|
void |
HandlerChain.setFIXSession(ExtendedFIXSession fixSession)
|
void |
SessionMessageHandler.setFIXSession(ExtendedFIXSession fixSession)
Sets the extended fix session. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |