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

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

Uses of Store in org.apache.servicemix.store
 

Methods in org.apache.servicemix.store that return Store
 Store StoreFactory.open(java.lang.String name)
           
 

Methods in org.apache.servicemix.store with parameters of type Store
 void StoreFactory.close(Store store)
           
 

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

Classes in org.apache.servicemix.store.jdbc that implement Store
 class JdbcStore
           
 

Methods in org.apache.servicemix.store.jdbc that return Store
 Store JdbcStoreFactory.open(java.lang.String name)
           
 

Methods in org.apache.servicemix.store.jdbc with parameters of type Store
 void JdbcStoreFactory.close(Store store)
           
 

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

Classes in org.apache.servicemix.store.memory that implement Store
 class MemoryStore
          A simple memory store implementation based on a simple map.
 class TimeoutMemoryStore
          MemoryStore which removes entries from the store after the specified timeout to free memory.
 

Methods in org.apache.servicemix.store.memory that return Store
 Store MemoryStoreFactory.open(java.lang.String name)
           
 

Methods in org.apache.servicemix.store.memory with parameters of type Store
 void MemoryStoreFactory.close(Store store)
           
 



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