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

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

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
 



Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.