Uses of Interface
org.marketcetera.ors.info.SystemInfo

Packages that use SystemInfo
org.marketcetera.ors Main classes for the order routing system server. 
org.marketcetera.ors.info Information stores. 
org.marketcetera.ors.ws Web services provided by the application. 
 

Uses of SystemInfo in org.marketcetera.ors
 

Methods in org.marketcetera.ors that return SystemInfo
 SystemInfo QuickFIXApplication.getSystemInfo()
           
 

Constructors in org.marketcetera.ors with parameters of type SystemInfo
QuickFIXApplication(SystemInfo systemInfo, Brokers brokers, MessageFilter supportedMessages, ReplyPersister persister, IQuickFIXSender sender, UserManager userManager, JmsOperations toClientStatus, JmsOperations toTradeRecorder)
           
 

Uses of SystemInfo in org.marketcetera.ors.info
 

Classes in org.marketcetera.ors.info that implement SystemInfo
 class SystemInfoImpl
          A store for system-wide key-value pairs: implementation.
 

Methods in org.marketcetera.ors.info that return SystemInfo
 SystemInfo SessionInfoImpl.getSystemInfo()
           
 SystemInfo SessionInfo.getSystemInfo()
          Returns the receiver's system store.
 

Constructors in org.marketcetera.ors.info with parameters of type SystemInfo
SessionInfoImpl(String name, SystemInfo systemInfo)
          Creates a new store with the given name and encompassed by the given system store.
SessionInfoImpl(SystemInfo systemInfo)
          Creates a new store with an automatically assigned name and encompassed by the given system store.
 

Uses of SystemInfo in org.marketcetera.ors.ws
 

Methods in org.marketcetera.ors.ws that return SystemInfo
 SystemInfo ClientSessionFactory.getSystemInfo()
          Returns the receiver's system information.
 

Constructors in org.marketcetera.ors.ws with parameters of type SystemInfo
ClientSession(SystemInfo systemInfo, SessionId sessionId, SimpleUser user, JmsOperations replyTopic)
          Creates a new session which uses the given system information to create its session information, and retains the given session ID, the given user associated with the session, and the given topic for reply delivery.
ClientSessionFactory(SystemInfo systemInfo, JmsManager jmsManager, UserManager userManager)
          Creates a new session factory which uses the given system information to create session information, which uses the given JMS manager to create reply topics, and which notifies the given user manager when sessions are added/removed.
 



Copyright © 2012. All Rights Reserved.