com.sun.midp.jump.push.executive.persistence |
Executive-side Push subsystem persistent store tools.
@since 0.0
|
Java Source File Name | Type | Comment |
AppSuiteDataStore.java | Class | Manages storing information associated with an application suite.
The class is not thread-safe.
IMPORTANT_NOTE: The clients of this class should ensure that content store
manager passed into the constructor doesn't have exclusive lock when
methods are invoked. |
AppSuiteDataStoreTest.java | Class | |
Store.java | Class | Persistent store class for PushRegistry module.
IMPORTANT_NOTE: The clients of this class should ensure that content store
manager passed into the constructor doesn't have exclusive lock when
methods are invoked. |
StoreOperationManager.java | Class | Abstracts transaction-like operations on the content
store which need store handle. |
StoreTest.java | Class | |
StoreUtils.java | Class | |