Package | Description |
---|---|
biz.onixs.fix.engine |
Modifier and Type | Field and Description |
---|---|
static ConnectionMode |
EngineSettings.CONNECTION_MODE_DEFAULT |
Modifier and Type | Method and Description |
---|---|
ConnectionMode |
EngineSettings.getConnectionMode()
Returns session connection mode.
|
ConnectionMode |
Session.getConnectionMode()
Returns session connection mode.
|
static ConnectionMode |
ConnectionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionMode[] |
ConnectionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EngineSettings |
EngineSettings.setConnectionMode(ConnectionMode connectionMode)
Sets session connection mode.
|
Session |
Session.setConnectionMode(ConnectionMode connectionMode)
Sets session connection mode.
|
Copyright © 2005–2024 Onix Solutions. All rights reserved.