Package | Description |
---|---|
biz.onixs.fix.engine |
Modifier and Type | Field and Description |
---|---|
static SessionState |
SessionState.AWAIT_CONFIRMING_LOGON
Session-initiator is waiting for the confirming logon from the counterparty (acceptor).
|
static SessionState |
SessionState.AWAIT_CONFIRMING_LOGOUT
Session is waiting for the confirming logout from the counterparty.
|
static SessionState |
SessionState.AWAIT_LOGON
Session-acceptor is waiting for the initial logon from the counterparty (initiator).
|
static SessionState |
SessionState.DISCONNECTED
Session is disconnected.
|
static SessionState |
SessionState.ESTABLISHED
Session is fully established.
|
static SessionState |
SessionState.RECONNECTING
Session-initiator is trying to restore the telecommunication link.
|
static SessionState |
SessionState.WAIT_FOR_RETRANSMISSION
Session is waiting for the message retransmission from the counterparty.
|
Modifier and Type | Method and Description |
---|---|
SessionState |
Session.StateChangeArgs.getNewState()
Returns new session state.
|
SessionState |
Session.StateChangeArgs.getPrevState()
Returns previous session state.
|
SessionState |
Session.getState()
Returns session state.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.StateChangeArgs.setNewState(SessionState newState)
Sets new session state.
|
void |
Session.StateChangeArgs.setPrevState(SessionState prevState)
Sets previous session state.
|
Constructor and Description |
---|
StateChangeArgs(SessionState newState,
SessionState prevState) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.