| Package | Description | 
|---|---|
| biz.onixs.cme.ilink3.handler | |
| biz.onixs.cme.ilink3.handler.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 | 
FileBasedStorageRepository.create(SessionId sessionId,
      ByteDecoder decoder,
      boolean cleanStart)  | 
SessionStorage | 
TimingStorageRepository.create(SessionId sessionId,
      ByteDecoder decoder,
      boolean cleanStart)  | 
SessionStorage | 
AsyncFileStorageRepository.create(SessionId sessionId,
      ByteDecoder decoder,
      boolean cleanStart)  | 
SessionStorage | 
StorageRepository.create(SessionId sessionId,
      ByteDecoder decoder,
      boolean cleanStart)
Creates session storage from scratch or restores from its previous state. 
 | 
SessionStorage | 
NullStorageRepository.create(SessionId sessionId,
      ByteDecoder decoder,
      boolean cleanStart)  | 
SessionStorage | 
MemoryBasedStorageRepository.create(SessionId sessionId,
      ByteDecoder decoder,
      boolean cleanStart)  | 
SessionStorage | 
TimingSessionStorage.getUnderlyingStorage()  | 
| Constructor and Description | 
|---|
TimingSessionStorage(SessionStorage storage)  | 
Copyright © 2005–2025 Onix Solutions. All rights reserved.