Package | Description |
---|---|
biz.onixs.fix.engine | |
biz.onixs.fix.engine.storage |
Modifier and Type | Method and Description |
---|---|
SessionStorage |
Session.getStorage()
Returns session storage.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionStorage |
class |
AsyncFileSessionStorage
File asynchronous session storage.
|
class |
FileBasedSessionStorage |
class |
MemoryBasedSessionStorage |
class |
NullSessionStorage |
class |
TimingSessionStorage |
Modifier and Type | Method and Description |
---|---|
SessionStorage |
AsyncFileStorageRepository.create(SessionId sessionId,
boolean cleanStart) |
SessionStorage |
FileBasedStorageRepository.create(SessionId sessionId,
boolean cleanStart) |
SessionStorage |
MemoryBasedStorageRepository.create(SessionId sessionId,
boolean cleanStart) |
SessionStorage |
NullStorageRepository.create(SessionId sessionId,
boolean cleanStart) |
SessionStorage |
StorageRepository.create(SessionId sessionId,
boolean cleanStart)
Creates session storage from scratch or restores from its previous state.
|
SessionStorage |
TimingStorageRepository.create(SessionId sessionId,
boolean cleanStart) |
SessionStorage |
TimingSessionStorage.getUnderlyingStorage() |
Constructor and Description |
---|
TimingSessionStorage(SessionStorage storage) |
Copyright © 2005–2024 Onix Solutions. All rights reserved.