Package | Description |
---|---|
biz.onixs.cme.ilink3.handler.session |
Modifier and Type | Field and Description |
---|---|
static WarningReason |
WarningReason.GARBLED_MESSAGE_RECEIVED
Garbled message is received.
|
static WarningReason |
WarningReason.HIGH_SCHEMA_VERSION
SBE message schema version is higher than expected.
|
static WarningReason |
WarningReason.MSG_SEQ_NUM_OUT_OF_RANGE
The incoming message has a sequence number is out of the expected range and the PossRetransFlag is
set, it indicates a warning.
|
static WarningReason |
WarningReason.NA |
static WarningReason |
WarningReason.RECEIVE_TIMEOUT_IS_DETECTED
Raised when the KeepAliveInterval has expired and no keep alive message is received.
|
static WarningReason |
WarningReason.RECONNECT_ATTEMPT_FAILED
Reconnect attempt is failed.
|
static WarningReason |
WarningReason.RESEND_REQUEST_MANUALLY
Resend Request (2) message was sent by the sendResendRequest session method.
|
static WarningReason |
WarningReason.SEQUENCE_GAP_IS_DETECTED
Incoming message sequence gap is detected.
|
static WarningReason |
WarningReason.SEQUENCE_WITH_KEEP_ALIVE_LAPSED
Received the Sequence message with
the `Lapsed` value of the `KeepAliveIntervalLapsed` field.
|
static WarningReason |
WarningReason.TIMEOUT_IS_DETECTED
Timeout is detected.
|
static WarningReason |
WarningReason.UNEXPECTED_NEXT_SEQ_NO
Received an unexpected NextSeqNo value.
|
static WarningReason |
WarningReason.UNEXPECTED_PREVIOUS_UUID
Unexpected previous UUID.
|
static WarningReason |
WarningReason.UNSUPPORTED_MESSAGE_TYPE
Received an unsupported message type.
|
Modifier and Type | Method and Description |
---|---|
WarningReason |
WarningArgs.getReason()
Returns warning reason.
|
Modifier and Type | Method and Description |
---|---|
void |
WarningArgs.setReason(WarningReason reason) |
Constructor and Description |
---|
WarningArgs(WarningReason reason,
String description)
Creates event data.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.