biz.onixs.fix.engine
Class SessionManager

java.lang.Object
  extended by biz.onixs.fix.engine.SessionManager

public class SessionManager
extends Object


Method Summary
 SessionImpl findAcceptor(Message logonMsg, InetAddress remoteAddress, int remotePort)
           
 SessionImpl findSession(String sender, String target, Version version, String token)
           
 void registerSession(SessionImpl session)
           
 void setEngineSettings(EngineSettings engineSettings)
           
 void shutdownAllSessions()
           
 void unregisterSession(SessionImpl session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setEngineSettings

public void setEngineSettings(EngineSettings engineSettings)

findAcceptor

public SessionImpl findAcceptor(Message logonMsg,
                                InetAddress remoteAddress,
                                int remotePort)

findSession

public SessionImpl findSession(String sender,
                               String target,
                               Version version,
                               String token)

registerSession

public void registerSession(SessionImpl session)

unregisterSession

public void unregisterSession(SessionImpl session)

shutdownAllSessions

public void shutdownAllSessions()
                         throws IOException
Throws:
IOException


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