org.apache.servicemix.store
Interface StoreFactory

All Known Implementing Classes:
BaseStoreFactory, EhCacheStoreFactory, HazelcastStoreFactory, JdbcStoreFactory, MemoryStoreFactory, MongoStoreFactory, RedisStoreFactory

public interface StoreFactory


Method Summary
 void close(Store store)
          Closes a Store with the specified name,
 Store open(java.lang.String name)
          Opens a Store with the specified name.
 

Method Detail

open

Store open(java.lang.String name)
           throws java.io.IOException
Opens a Store with the specified name.

Parameters:
name -
Returns:
Throws:
java.io.IOException

close

void close(Store store)
           throws java.io.IOException
Closes a Store with the specified name,

Parameters:
store -
Throws:
java.io.IOException


Copyright © 2005-2011 FuseSource. All Rights Reserved.