Engine::SessionsManager Class Reference

#include <B2BITS_SessionsManager.h>

List of all members.

Public Member Functions

virtual bool onUnregisteredAcceptor (Session *pSn, const FIXMessage &logonMsg)=0
virtual ~SessionsManager ()


Detailed Description

An interface for managing sessions.

See also:
FixEngine::registerSessionsManager()

Constructor & Destructor Documentation

virtual Engine::SessionsManager::~SessionsManager (  )  [inline, virtual]

Destructor


Member Function Documentation

virtual bool Engine::SessionsManager::onUnregisteredAcceptor ( Session pSn,
const FIXMessage logonMsg 
) [pure virtual]

A derivable method to call by FIX Engine when a new acceptor's session was created without the registered aplication. It is possible to register application inside this method.

Returns:
Return false to reject session. true otherwise.
Parameters:
pSn the newly created FIX session
logonMsg the incoming Logon message
See also:
Session::registerApplication()


The documentation for this class was generated from the following file:

Generated on Fri Apr 17 12:27:27 2009 for B2BITS FIX Antenna C++ by  doxygen 1.5.6