Uses of Interface
com.fxcm.messaging.IUserSession

Packages that use IUserSession
com.fxcm.messaging   
 

Uses of IUserSession in com.fxcm.messaging
 

Methods in com.fxcm.messaging that return IUserSession
static IUserSession ConnectionManagerEx.createUserSession(String aHostDescriptorURL, String aHostName, String aLoginID, String aPassword, String aStationName)
          Creates a new empty user session with remote service with host descriptior only.
static IUserSession ConnectionManagerEx.createUserSession(String aHostDescriptorURL, String aHostName, String aServiceName, String aLoginID, String aPassword, String aStationName)
          Creates a new empty user session with remote service by its name and host descriptior.
static IUserSession ConnectionManagerEx.createUserSession(String aHostDescriptorURL, String aHostName, String aServiceName, String aLoginID, String aPassword, String aStationName, com.fxcm.messaging.util.IConnectionManager aConnectionManager)
          Creates a new empty user session with remote service by its name and host descriptior.
static IUserSession ConnectionManagerEx.getUserSession(String aSessionID)
          Obtains User Session by its ID
 

Methods in com.fxcm.messaging with parameters of type IUserSession
static void ConnectionManagerEx.cleanup(IUserSession aUserSession)
          close and remove from session list
 void IUserMessageListener.update(IUserSession aSession, IMessage aMessage)
          Method update is invoked on arrival of IMessage messages


 

 void IUserSessionStatusListener.update(IUserSession aSession, ISessionStatus aNewStatus)
          Method update is invoked on arrival of ISessionStatus messages


 

 void IUserTransportableListener.update(IUserSession aSession, ITransportable aMessage)
          Method update is invoked on arrival of ITransportable messages
 
 



Copyright © 2012 FXCM, LLC. All Rights Reserved.