B2BITS FIX Antenna C++  2.31.0
Public Member Functions | List of all members
Engine::SessionWasRestored Class Reference

Session was restored from Persistent Message Storage. More...

#include <B2BITS_Event.h>

+ Inheritance diagram for Engine::SessionWasRestored:
+ Collaboration diagram for Engine::SessionWasRestored:

Public Member Functions

virtual Type getType () const
 Returns the event type. More...
 
 SessionWasRestored (const Session *sn)
 Constructor. More...
 
- Public Member Functions inherited from Engine::SessionNotification
const std::string * getSenderCompID () const
 Returns session's SenderCompID. More...
 
const SessionIdgetSessionId () const
 Returns session identifier. More...
 
const std::string * getTargetCompID () const
 Returns session's TargetCompID. More...
 
 SessionNotification (const Session *pSn)
 Constructor. More...
 
 SessionNotification (const Session *pSn, const std::string &reason)
 Constructor. More...
 
 SessionNotification (const SessionId &sessionId, const std::string &reason)
 
virtual ~SessionNotification ()
 Destructor. More...
 
- Public Member Functions inherited from Engine::Notification
 Notification (const std::string &msg)
 Constructor. More...
 
virtual const std::string * what () const
 Describes the event. More...
 
virtual ~Notification ()
 Destructor. More...
 

Additional Inherited Members

- Public Types inherited from Engine::Event
enum  Type {
  EVENT, ERROR_EVENT, NOTIFICATION, WARNING,
  SESSION_ERROR, SESSION_LOGON_ERROR, PARSE_ERROR_IN_SESSION, NEW_INCOMING_CONNECTION,
  NEW_INCOMING_CONNECTION_ERROR, SESSION_NOTIFICATION, SESSION_WAS_REJECTED, SESSION_WAS_CREATED,
  SESSION_WAS_CONNECTED, SESSION_WAS_CLOSED, SESSION_WAS_ESTABLISHED, SESSION_WAS_RESTORED,
  SYNCHRONIZATION_COMPLETE, SESSION_WARNING, LINK_ERROR_WAS_DETECTED, LINK_WAS_RESTORED,
  PERSISTENT_DATA_WERE_FOUND, DEBUG_MESSAGE, SESSION_DEBUG_MESSAGE
}
 Event types. More...
 
- Protected Member Functions inherited from Engine::Event
virtual ~Event ()
 Destructor. More...
 
- Protected Attributes inherited from Engine::SessionNotification
SessionId sessionId_
 
- Protected Attributes inherited from Engine::Notification
std::string m_reason
 Contains std::string that describes the event. More...
 

Detailed Description

Session was restored from Persistent Message Storage.

Constructor & Destructor Documentation

◆ SessionWasRestored()

Engine::SessionWasRestored::SessionWasRestored ( const Session sn)

Constructor.

Parameters
snInstance of Session assigned with event

Member Function Documentation

◆ getType()

virtual Type Engine::SessionWasRestored::getType ( ) const
inlinevirtual

Returns the event type.

Can be used instead of C++ RTTI.

Reimplemented from Engine::SessionNotification.

References Engine::Event::SESSION_WAS_RESTORED.