Uses of Package
com.sag.osami.contextstore.storage

Packages that use com.sag.osami.contextstore.storage
com.sag.osami.contextstore   
com.sag.osami.contextstore.storage   
com.sag.osami.contextstore.storage.impl   
com.sag.osami.contextstore.storage.jdbc   
 

Classes in com.sag.osami.contextstore.storage used by com.sag.osami.contextstore
ISerializedContextStorage
          This interface is used by ContextStore for all storage-related logic.
 

Classes in com.sag.osami.contextstore.storage used by com.sag.osami.contextstore.storage
ISerializedContextStorage
          This interface is used by ContextStore for all storage-related logic.
 

Classes in com.sag.osami.contextstore.storage used by com.sag.osami.contextstore.storage.impl
DBConstants
          This interface defines table name and column name constants for a database-backed ContextStore storage implementation.
ISerializedContextStorage
          This interface is used by ContextStore for all storage-related logic.
SerializedContextStorage
          This convenience implementation of an ISerializedContextStorage provides trivial implementations for the public API methods which hide the (de)serialization-flags (i.e. all methods from IContextStorage), as well as a trivial setter method for the serialization handler.
 

Classes in com.sag.osami.contextstore.storage used by com.sag.osami.contextstore.storage.jdbc
DBConstants
          This interface defines table name and column name constants for a database-backed ContextStore storage implementation.