Uses of Enum Class
org.apache.activemq.artemis.jms.persistence.config.PersistedType
Packages that use PersistedType
Package
Description
-
Uses of PersistedType in org.apache.activemq.artemis.jms.persistence
Methods in org.apache.activemq.artemis.jms.persistence with parameters of type PersistedTypeModifier and TypeMethodDescriptionvoidJMSStorageManager.addBindings(PersistedType type, String name, String... address) voidJMSStorageManager.deleteBindings(PersistedType type, String name) voidJMSStorageManager.deleteBindings(PersistedType type, String name, String address) voidJMSStorageManager.deleteDestination(PersistedType type, String name) -
Uses of PersistedType in org.apache.activemq.artemis.jms.persistence.config
Subclasses with type arguments of type PersistedType in org.apache.activemq.artemis.jms.persistence.configMethods in org.apache.activemq.artemis.jms.persistence.config that return PersistedTypeModifier and TypeMethodDescriptionPersistedBindings.getType()PersistedDestination.getType()static PersistedTypePersistedType.getType(byte type) static PersistedTypeReturns the enum constant of this class with the specified name.static PersistedType[]PersistedType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.activemq.artemis.jms.persistence.config with parameters of type PersistedTypeModifierConstructorDescriptionPersistedBindings(PersistedType type, String name) PersistedDestination(PersistedType type, String name) PersistedDestination(PersistedType type, String name, String selector, boolean durable) -
Uses of PersistedType in org.apache.activemq.artemis.jms.persistence.impl.journal
Methods in org.apache.activemq.artemis.jms.persistence.impl.journal with parameters of type PersistedTypeModifier and TypeMethodDescriptionvoidJMSJournalStorageManagerImpl.addBindings(PersistedType type, String name, String... address) voidJMSJournalStorageManagerImpl.deleteBindings(PersistedType type, String name) voidJMSJournalStorageManagerImpl.deleteBindings(PersistedType type, String name, String address) voidJMSJournalStorageManagerImpl.deleteDestination(PersistedType type, String name) -
Uses of PersistedType in org.apache.activemq.artemis.jms.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.jms.persistence.impl.nullpm with parameters of type PersistedTypeModifier and TypeMethodDescriptionvoidNullJMSStorageManagerImpl.addBindings(PersistedType type, String name, String... address) voidNullJMSStorageManagerImpl.deleteBindings(PersistedType type, String name) voidNullJMSStorageManagerImpl.deleteBindings(PersistedType type, String name, String address) voidNullJMSStorageManagerImpl.deleteDestination(PersistedType type, String name) -
Uses of PersistedType in org.apache.activemq.artemis.jms.server.impl
Methods in org.apache.activemq.artemis.jms.server.impl with parameters of type PersistedTypeModifier and TypeMethodDescriptionvoidJMSServerManagerImpl.recoverregistryBindings(String name, PersistedType type) Deprecated.