Uses of Class
org.apache.activemq.artemis.jms.persistence.config.PersistedDestination
-
-
Uses of PersistedDestination in org.apache.activemq.artemis.jms.persistence
Methods in org.apache.activemq.artemis.jms.persistence that return types with arguments of type PersistedDestination Modifier and Type Method Description java.util.List<PersistedDestination>
JMSStorageManager. recoverDestinations()
Methods in org.apache.activemq.artemis.jms.persistence with parameters of type PersistedDestination Modifier and Type Method Description void
JMSStorageManager. storeDestination(PersistedDestination destination)
-
Uses of PersistedDestination in org.apache.activemq.artemis.jms.persistence.impl.journal
Methods in org.apache.activemq.artemis.jms.persistence.impl.journal that return types with arguments of type PersistedDestination Modifier and Type Method Description java.util.List<PersistedDestination>
JMSJournalStorageManagerImpl. recoverDestinations()
Methods in org.apache.activemq.artemis.jms.persistence.impl.journal with parameters of type PersistedDestination Modifier and Type Method Description void
JMSJournalStorageManagerImpl. storeDestination(PersistedDestination destination)
-
Uses of PersistedDestination in org.apache.activemq.artemis.jms.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.jms.persistence.impl.nullpm that return types with arguments of type PersistedDestination Modifier and Type Method Description java.util.List<PersistedDestination>
NullJMSStorageManagerImpl. recoverDestinations()
Methods in org.apache.activemq.artemis.jms.persistence.impl.nullpm with parameters of type PersistedDestination Modifier and Type Method Description void
NullJMSStorageManagerImpl. storeDestination(PersistedDestination destination)
-