Uses of Class
org.apache.activemq.artemis.jms.persistence.config.PersistedConnectionFactory
-
-
Uses of PersistedConnectionFactory in org.apache.activemq.artemis.jms.persistence
Methods in org.apache.activemq.artemis.jms.persistence that return types with arguments of type PersistedConnectionFactory Modifier and Type Method Description java.util.List<PersistedConnectionFactory>JMSStorageManager. recoverConnectionFactories()Methods in org.apache.activemq.artemis.jms.persistence with parameters of type PersistedConnectionFactory Modifier and Type Method Description voidJMSStorageManager. storeConnectionFactory(PersistedConnectionFactory connectionFactory) -
Uses of PersistedConnectionFactory 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 PersistedConnectionFactory Modifier and Type Method Description java.util.List<PersistedConnectionFactory>JMSJournalStorageManagerImpl. recoverConnectionFactories()Methods in org.apache.activemq.artemis.jms.persistence.impl.journal with parameters of type PersistedConnectionFactory Modifier and Type Method Description voidJMSJournalStorageManagerImpl. storeConnectionFactory(PersistedConnectionFactory connectionFactory) -
Uses of PersistedConnectionFactory 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 PersistedConnectionFactory Modifier and Type Method Description java.util.List<PersistedConnectionFactory>NullJMSStorageManagerImpl. recoverConnectionFactories()Methods in org.apache.activemq.artemis.jms.persistence.impl.nullpm with parameters of type PersistedConnectionFactory Modifier and Type Method Description voidNullJMSStorageManagerImpl. storeConnectionFactory(PersistedConnectionFactory connectionFactory)
-