Modifier and Type | Method and Description |
---|---|
static SessionState |
SessionState.getSessionStateBy(SessionState sessionState) |
Modifier and Type | Method and Description |
---|---|
void |
ICEClient.onChangeSessionState(SessionState sessionState) |
Modifier and Type | Method and Description |
---|---|
void |
ICEListener.onChangeSessionState(SessionState sessionState) |
void |
ICETradeFacade.onSessionStateChange(SessionState sessionState) |
Modifier and Type | Method and Description |
---|---|
SessionState |
FIXSession.getSessionState()
Returns session state.
|
SessionState |
FIXSessionRuntimeState.getSessionState() |
static SessionState |
SessionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SessionState[] |
SessionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SessionState.isConnected(SessionState sessionState) |
static boolean |
SessionState.isDisconnected(SessionState sessionState) |
static boolean |
SessionState.isDisposed(SessionState sessionState) |
static boolean |
SessionState.isNotDisconnected(SessionState sessionState) |
void |
FIXSessionListener.onSessionStateChange(SessionState sessionState)
This method is invoked every time when Session is changed.
|
void |
FIXSessionRuntimeState.setSessionState(SessionState sessionState) |
Modifier and Type | Method and Description |
---|---|
SessionState |
AbstractFIXSession.getSessionState() |
Modifier and Type | Method and Description |
---|---|
void |
ExtendedFIXSession.setSessionState(SessionState sessionState)
Sets session state.
|
void |
AbstractFIXSession.setSessionState(SessionState sessionState) |
void |
InitiatorFIXSession.setSessionState(SessionState sessionState) |
Modifier and Type | Method and Description |
---|---|
void |
HandlerChain.onSessionStateChange(SessionState sessionState) |
Modifier and Type | Method and Description |
---|---|
void |
ICETradeCapture.onSessionStateChange(SessionState sessionState) |
Copyright © 2000–2022 EPAM Systems. All rights reserved.