org.apache.servicemix.store
Interface StoreFactory

All Known Implementing Classes:
JdbcStoreFactory, MemoryStoreFactory

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 Apache Software Foundation. All Rights Reserved.