Uses of Class
org.marketcetera.ors.ws.ClientSession

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

Uses of ClientSession in org.marketcetera.ors
 

Methods in org.marketcetera.ors that return types with arguments of type ClientSession
 SessionManager<ClientSession> UserManager.getSessionManager()
          Returns the receiver's session manager.
 

Methods in org.marketcetera.ors with parameters of type ClientSession
 void UserManager.addSession(ClientSession session)
          Adds the given session to the receiver.
 void UserManager.removedSession(ClientSession session)
          Removes the given session from the receiver.
 

Uses of ClientSession in org.marketcetera.ors.ws
 

Methods in org.marketcetera.ors.ws that return ClientSession
 ClientSession ClientSessionFactory.createSession(StatelessClientContext context, String user, SessionId id)
           
 

Methods in org.marketcetera.ors.ws with parameters of type ClientSession
 void ClientSessionFactory.removedSession(ClientSession session)
           
 

Constructor parameters in org.marketcetera.ors.ws with type arguments of type ClientSession
ServiceImpl(SessionManager<ClientSession> sessionManager, Brokers brokers, IDFactory idFactory, ReportHistoryServices historyServices)
          Creates a new service implementation with the given session manager, brokers, and report history services provider.
 



Copyright © 2012. All Rights Reserved.