Uses of Class
org.apache.servicemix.store.base.BaseStoreFactory

Packages that use BaseStoreFactory
org.apache.servicemix.store.ehcache   
org.apache.servicemix.store.hazelcast   
org.apache.servicemix.store.jdbc   
org.apache.servicemix.store.krati   
org.apache.servicemix.store.memory   
org.apache.servicemix.store.mongo   
org.apache.servicemix.store.redis   
 

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

Subclasses of BaseStoreFactory in org.apache.servicemix.store.ehcache
 class EhCacheStoreFactory
           
 

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

Subclasses of BaseStoreFactory in org.apache.servicemix.store.hazelcast
 class HazelcastStoreFactory
           
 

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

Subclasses of BaseStoreFactory in org.apache.servicemix.store.jdbc
 class JdbcStoreFactory
           
 

Uses of BaseStoreFactory in org.apache.servicemix.store.krati
 

Subclasses of BaseStoreFactory in org.apache.servicemix.store.krati
 class KratiStoreFactory
           
 

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

Subclasses of BaseStoreFactory in org.apache.servicemix.store.memory
 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 BaseStoreFactory in org.apache.servicemix.store.mongo
 

Subclasses of BaseStoreFactory in org.apache.servicemix.store.mongo
 class MongoStoreFactory
           A store factory which use MongoDB.
 

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

Subclasses of BaseStoreFactory in org.apache.servicemix.store.redis
 class RedisStoreFactory
           
 



Copyright © 2005-2012 FuseSource. All Rights Reserved.