org.apache.servicemix.store
Interface StoreFactory

All Known Implementing Classes:
JdbcStoreFactory, MemoryStoreFactory, MongoStoreFactory

public interface StoreFactory


Method Summary
 void close(Store store)
           
 Store open(java.lang.String name)
           
 

Method Detail

open

Store open(java.lang.String name)
           throws java.io.IOException
Throws:
java.io.IOException

close

void close(Store store)
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2005-2011 FuseSource. All Rights Reserved.