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

Packages that use Store
org.apache.servicemix.store   
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 Store in org.apache.servicemix.store
 

Methods in org.apache.servicemix.store that return Store
 Store StoreFactory.open(java.lang.String name)
          Opens a Store with the specified name.
 

Methods in org.apache.servicemix.store with parameters of type Store
 void StoreFactory.close(Store store)
          Closes a Store with the specified name,
 

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

Classes in org.apache.servicemix.store.base that implement Store
 class BaseStore
           
 

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

Classes in org.apache.servicemix.store.ehcache that implement Store
 class EhCacheStore
          EhCache Store.
 

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

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

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

Classes in org.apache.servicemix.store.hazelcast that implement Store
 class HazelcastStore
           
 

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

Methods in org.apache.servicemix.store.hazelcast with parameters of type Store
 void HazelcastStoreFactory.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)
           
 

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

Classes in org.apache.servicemix.store.mongo that implement Store
 class MongoStore
           A store which uses MongoDB.
 

Methods in org.apache.servicemix.store.mongo that return Store
 Store MongoStoreFactory.open(java.lang.String collection)
           Open a MongoStore using a new .
 

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

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

Classes in org.apache.servicemix.store.redis that implement Store
 class RedisStore
           
 

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

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



Copyright © 2005-2011 FuseSource. All Rights Reserved.