Uses of Class
biz.onixs.fix.engine.SessionId

Packages that use SessionId
biz.onixs.fix.engine   
biz.onixs.fix.engine.storage   
 

Uses of SessionId in biz.onixs.fix.engine
 

Methods in biz.onixs.fix.engine that return SessionId
 SessionId SessionImpl.getId()
           
 SessionId Session.getId()
           
 SessionId Engine.DynamicAcceptorArgs.getSessionId()
           
 

Methods in biz.onixs.fix.engine with parameters of type SessionId
 void Engine.DynamicAcceptorArgs.setSessionId(SessionId sessionId)
           
 

Constructors in biz.onixs.fix.engine with parameters of type SessionId
Session(SessionId sessionId)
           
Session(SessionId sessionId, boolean keepSequenceNumbersAfterLogout, SessionStorageType storageType, OutQueue outQueue)
          Creates the FIX Session.
The cleanStart option to ignore the previous log files and start the FIX session anew is set to false.
Session(SessionId sessionId, SessionStorageType storageType, OutQueue outQueue)
          Creates the FIX Session.
The keepSequenceNumbersAfterLogout option to keep sequence numbers after the logout exchange is set to true.
The cleanStart option to ignore the previous log files and start the FIX session anew is set to false.
 

Uses of SessionId in biz.onixs.fix.engine.storage
 

Methods in biz.onixs.fix.engine.storage with parameters of type SessionId
 SessionStorage TimingStorageRepository.create(SessionId sessionId, boolean cleanStart)
           
 SessionStorage StorageRepository.create(SessionId sessionId, boolean cleanStart)
          Creates session storage from scratch or restores from its previous state.
 SessionStorage NullStorageRepository.create(SessionId sessionId, boolean cleanStart)
           
 SessionStorage MemoryBasedStorageRepository.create(SessionId sessionId, boolean cleanStart)
           
 SessionStorage FileBasedStorageRepository.create(SessionId sessionId, boolean cleanStart)
           
 



Copyright © 2005-2012 Onix Solutions. All Rights Reserved.