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 classJMSJournalStorageManagerImpl -
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 classNullJMSStorageManagerImpl -
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 JMSStorageManagerJMSServerManagerImpl. getJMSStorageManager()Deprecated.Methods in org.apache.activemq.artemis.jms.server.impl with parameters of type JMSStorageManager Modifier and Type Method Description voidJMSServerManagerImpl. replaceStorageManager(JMSStorageManager newStorage)Deprecated.
-