Package org.apache.activemq.store
Interface PersistenceAdapterFactory
-
- All Known Implementing Classes:
JournalPersistenceAdapterFactory
,PersistenceAdapterFactoryBean
public interface PersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PersistenceAdapter
createPersistenceAdapter()
Creates a persistence Adapter that can use a given directory to store it's data.
-
-
-
Method Detail
-
createPersistenceAdapter
PersistenceAdapter createPersistenceAdapter() throws IOException
Creates a persistence Adapter that can use a given directory to store it's data.- Throws:
IOException
-
-