Uses of Class
org.apache.activemq.artemis.jms.persistence.config.PersistedType
-
-
Uses of PersistedType in org.apache.activemq.artemis.jms.persistence
Methods in org.apache.activemq.artemis.jms.persistence with parameters of type PersistedType Modifier and Type Method Description voidJMSStorageManager. 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
Methods in org.apache.activemq.artemis.jms.persistence.config that return PersistedType Modifier and Type Method Description PersistedTypePersistedBindings. getType()PersistedTypePersistedDestination. getType()static PersistedTypePersistedType. getType(byte type)static PersistedTypePersistedType. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistedType[]PersistedType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.activemq.artemis.jms.persistence.config with parameters of type PersistedType Constructor Description PersistedBindings(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 PersistedType Modifier and Type Method Description voidJMSJournalStorageManagerImpl. 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 PersistedType Modifier and Type Method Description voidNullJMSStorageManagerImpl. 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 PersistedType Modifier and Type Method Description voidJMSServerManagerImpl. recoverregistryBindings(String name, PersistedType type)Deprecated.
-