Uses of Interface
org.apache.activemq.artemis.jms.persistence.JMSStorageManager
-
-
Uses of JMSStorageManager in org.apache.activemq.artemis.jms.persistence.impl.journal
Classes in org.apache.activemq.artemis.jms.persistence.impl.journal that implement JMSStorageManager Modifier and Type Class Description class
JMSJournalStorageManagerImpl
-
Uses of JMSStorageManager in org.apache.activemq.artemis.jms.persistence.impl.nullpm
Classes in org.apache.activemq.artemis.jms.persistence.impl.nullpm that implement JMSStorageManager Modifier and Type Class Description class
NullJMSStorageManagerImpl
-
Uses of JMSStorageManager in org.apache.activemq.artemis.jms.server.impl
Methods in org.apache.activemq.artemis.jms.server.impl that return JMSStorageManager Modifier and Type Method Description JMSStorageManager
JMSServerManagerImpl. getJMSStorageManager()
Deprecated.Methods in org.apache.activemq.artemis.jms.server.impl with parameters of type JMSStorageManager Modifier and Type Method Description void
JMSServerManagerImpl. replaceStorageManager(JMSStorageManager newStorage)
Deprecated.
-