|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StateStoreInfo | |
|---|---|
| gr.uoa.di.madgik.commons.state.store.data | |
| gr.uoa.di.madgik.commons.state.store.registry | |
| Uses of StateStoreInfo in gr.uoa.di.madgik.commons.state.store.data |
|---|
| Constructors in gr.uoa.di.madgik.commons.state.store.data with parameters of type StateStoreInfo | |
|---|---|
StateStoreData(StateStoreInfo Info)
Creates a new instance |
|
| Uses of StateStoreInfo in gr.uoa.di.madgik.commons.state.store.registry |
|---|
| Methods in gr.uoa.di.madgik.commons.state.store.registry with parameters of type StateStoreInfo | |
|---|---|
Boolean |
StateStoreRegistry.Delete(String Key,
StateStoreInfo info)
Effectivly deletes any StateStoreRegistryKey entry from the State Store Registry that is
associated with the provided key. |
void |
StateStoreRegistry.Deserialize(StateStoreInfo info)
This methdo initializes the in memory data structure from the State Store registry persistency files deserializing the entries found there. |
Boolean |
StateStoreRegistry.Put(StateStoreRegistryKey Key,
StateStoreInfo info)
Adds a StateStoreRegistryKey in the internal data structure. |
void |
StateStoreRegistry.StoreUpdate(StateStoreInfo info,
StateStoreRegistryKey entry,
boolean update)
This method stores a new record, or updates an existing one in the state store registry repository file. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||