Interface StorageManager

All Superinterfaces:
ActiveMQComponent, IDGenerator, MapStorageManager
All Known Implementing Classes:
AbstractJournalStorageManager, JDBCJournalStorageManager, JournalStorageManager, NullStorageManager

public interface StorageManager extends MapStorageManager, IDGenerator, ActiveMQComponent
A StorageManager

Note about IDGEnerator

I've changed StorageManager to extend IDGenerator, because in some places all we needed from the StorageManager was the idGeneration. I couldn't just get the IDGenerator from the inner part because the NullPersistent has its own sequence. So the best was to add the interface and adjust the callers for the method