Uses of Interface
org.apache.servicemix.store.StoreFactory

Packages that use StoreFactory
org.apache.servicemix.store.base   
org.apache.servicemix.store.ehcache   
org.apache.servicemix.store.hazelcast   
org.apache.servicemix.store.jdbc   
org.apache.servicemix.store.memory   
org.apache.servicemix.store.mongo   
org.apache.servicemix.store.redis   
 

Uses of StoreFactory in org.apache.servicemix.store.base
 

Classes in org.apache.servicemix.store.base that implement StoreFactory
 class BaseStoreFactory
           
 

Uses of StoreFactory in org.apache.servicemix.store.ehcache
 

Classes in org.apache.servicemix.store.ehcache that implement StoreFactory
 class EhCacheStoreFactory
           
 

Uses of StoreFactory in org.apache.servicemix.store.hazelcast
 

Classes in org.apache.servicemix.store.hazelcast that implement StoreFactory
 class HazelcastStoreFactory
           
 

Uses of StoreFactory in org.apache.servicemix.store.jdbc
 

Classes in org.apache.servicemix.store.jdbc that implement StoreFactory
 class JdbcStoreFactory
           
 

Uses of StoreFactory in org.apache.servicemix.store.memory
 

Classes in org.apache.servicemix.store.memory that implement StoreFactory
 class MemoryStoreFactory
          StoreFactory for creating memory-based Store implementations If a timeout has been specified, a TimeoutMemoryStore will be created, otherwise the factory will build a plain MemoryStore
 

Uses of StoreFactory in org.apache.servicemix.store.mongo
 

Classes in org.apache.servicemix.store.mongo that implement StoreFactory
 class MongoStoreFactory
           A store factory which use MongoDB.
 

Uses of StoreFactory in org.apache.servicemix.store.redis
 

Classes in org.apache.servicemix.store.redis that implement StoreFactory
 class RedisStoreFactory
           
 



Copyright © 2005-2011 FuseSource. All Rights Reserved.