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

Packages that use StoreFactory
org.apache.servicemix.store.jdbc   
org.apache.servicemix.store.memory   
org.apache.servicemix.store.mongo   
 

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.
 



Copyright © 2005-2011 FuseSource. All Rights Reserved.