Uses of Class
com.sag.osami.contextstore.ContextStoreBuilder

Packages that use ContextStoreBuilder
com.sag.osami.contextstore   
 

Uses of ContextStoreBuilder in com.sag.osami.contextstore
 

Methods in com.sag.osami.contextstore that return ContextStoreBuilder
 ContextStoreBuilder ContextStoreBuilder.jdbcDialect(IJDBCDialect jdbcDialect)
          Sets the dialect to be used by the JDBCStorage.
 ContextStoreBuilder ContextStoreBuilder.serializer(ISerializationHandler serializer)
          Sets the serialization handler implementation, which is used for serializing and deserializing context events (e.g. when persisting).
 ContextStoreBuilder ContextStoreBuilder.storage(ISerializedContextStorage storage)
          Sets the storage implementation, which is responsible for persisting, loading and querying context events.
 ContextStoreBuilder ContextStoreBuilder.storeID(java.lang.String storeID)
          Sets the context store ID as used in ContextEvent.getContextStoreOriginID().