#include <OnixS/B3/BOE/SessionStorage.h>
Definition at line 65 of file SessionStorage.h.
virtual void close |
( |
bool |
doBackup = false | ) |
|
|
pure virtual |
Flushes all internal buffers.
virtual const std::string& id |
( |
| ) |
const |
|
pure virtual |
- Returns
- the expected sequence number of the next inbound message.
Sets the expected sequence number of the next inbound message.
virtual bool negotiated |
( |
| ) |
const |
|
pure virtual |
- Returns
true
if the session is negotiated (the Negotiation Response message has been received in reply to the Negotiation message); otherwise - false
.
virtual void negotiated |
( |
bool |
negotiated | ) |
|
|
pure virtual |
Sets the "negotiated" status.
The session is negotiated when the Negotiation Response message has been received in reply to the Negotiation message.
- Returns
- the sequence number of the next outgoing message.
virtual void outSeqNum |
( |
SeqNumber |
msgSeqNum | ) |
|
|
pure virtual |
Sets the sequence number of the next outgoing message.
virtual Timestamp sessionCreationTime |
( |
| ) |
const |
|
pure virtual |
- Returns
- the session creation time.
virtual void sessionCreationTime |
( |
Timestamp |
| ) |
|
|
pure virtual |
Sets the session creation time.
virtual UInt64 sessionVerId |
( |
| ) |
const |
|
pure virtual |
- Returns
- Session Version Identification (sessionVerId).
virtual void sessionVerId |
( |
UInt64 |
value | ) |
|
|
pure virtual |
Sets Session Version Identification (sessionVerId).
Logs the given inbound message.
Logs the given outgoing message.
The documentation for this class was generated from the following file: