Package org.apache.activemq.store
Interface PersistenceAdapterFactory
public interface PersistenceAdapterFactory
Factory class that can create PersistenceAdapter objects.
-
Method Summary
Modifier and TypeMethodDescriptionCreates a persistence Adapter that can use a given directory to store it's data.
-
Method Details
-
createPersistenceAdapter
Creates a persistence Adapter that can use a given directory to store it's data.- Throws:
IOException
-