#include <OnixS/CME/DropCopy/Handler.h>
|
static const std::string & | version () |
|
Definition at line 34 of file Handler.h.
Initialize instance.
- Parameters
-
Gets an expected sequence number of the next incoming message.
- Returns
- The expected sequence number of the next incoming message.
void inSeqNum |
( |
int |
seqNum | ) |
|
Sets an expected sequence number of the next incoming message.
- Parameters
-
seqNum | The expected sequence number of the next incoming message. |
void logDebug |
( |
const std::string & |
message | ) |
|
Log a debug message.
- Parameters
-
void logError |
( |
const std::string & |
message | ) |
|
Log an error message.
- Parameters
-
void logMessage |
( |
const std::string & |
message | ) |
|
Log an information message.
- Parameters
-
void logon |
( |
const std::string & |
host, |
|
|
int |
port, |
|
|
const std::string & |
accessKeyId, |
|
|
const std::string & |
secretKey |
|
) |
| |
Logon to CME DropCopy session.
- Parameters
-
host | CME Session host. |
port | CME Session port. |
accessKeyId | CME access key ID. |
secretKey | CME secret key. |
Logout from CME drop copy session.
void logWarning |
( |
const std::string & |
message | ) |
|
Log a warning message.
- Parameters
-
Gets a sequence number of the next outgoing message.
- Returns
- The sequence number of the next outgoing message.
void outSeqNum |
( |
int |
seqNum | ) |
|
Sets a sequence number of the next outgoing message.
- Parameters
-
seqNum | The sequence number of the next outgoing message. |
Register the Handler state change listener.
- Parameters
-
Register the error listener.
- Parameters
-
Register the Handler state change listener.
- Parameters
-
listener | Handler state change listener. |
Register the warning listener.
- Parameters
-
Reset session sequence numbers and stored application feed IDs.
static const std::string& version |
( |
| ) |
|
|
static |
The documentation for this class was generated from the following file: