org.apache.servicemix.store
Interface StoreFactory

All Known Implementing Classes:
JdbcStoreFactory, MemoryStoreFactory

public interface StoreFactory


Method Summary
 void close(Store store)
           
 Store open(String name)
           
 

Method Detail

open

Store open(String name)
           throws IOException
Throws:
IOException

close

void close(Store store)
           throws IOException
Throws:
IOException


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