Uses of Class
org.apache.activemq.artemis.core.server.impl.AddressInfo
Packages that use AddressInfo
Package
Description
-
Uses of AddressInfo in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type AddressInfoModifierConstructorDescriptionAddressControlImpl(AddressInfo addressInfo, ActiveMQServer server, PagingManager pagingManager, StorageManager storageManager, HierarchicalRepository<Set<Role>> securityRepository, SecurityStore securityStore, ManagementService managementService) -
Uses of AddressInfo in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence with parameters of type AddressInfoModifier and TypeMethodDescriptionvoidStorageManager.addAddressBinding(long tx, AddressInfo addressInfo) -
Uses of AddressInfo in org.apache.activemq.artemis.core.persistence.impl.journal
Methods in org.apache.activemq.artemis.core.persistence.impl.journal with parameters of type AddressInfoModifier and TypeMethodDescriptionvoidAbstractJournalStorageManager.addAddressBinding(long tx, AddressInfo addressInfo) -
Uses of AddressInfo in org.apache.activemq.artemis.core.persistence.impl.nullpm
Methods in org.apache.activemq.artemis.core.persistence.impl.nullpm with parameters of type AddressInfoModifier and TypeMethodDescriptionvoidNullStorageManager.addAddressBinding(long tx, AddressInfo addressInfo) -
Uses of AddressInfo in org.apache.activemq.artemis.core.postoffice
Methods in org.apache.activemq.artemis.core.postoffice that return AddressInfoModifier and TypeMethodDescriptionAddressManager.getAddressInfo(SimpleString address) PostOffice.getAddressInfo(SimpleString address) AddressManager.removeAddressInfo(SimpleString address) PostOffice.removeAddressInfo(SimpleString address) PostOffice.removeAddressInfo(SimpleString address, boolean force) AddressManager.updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes) Update the specifiedAddressInfoPostOffice.updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes) Methods in org.apache.activemq.artemis.core.postoffice with parameters of type AddressInfoModifier and TypeMethodDescriptionbooleanAddressManager.addAddressInfo(AddressInfo addressInfo) Returnstrueif the address was added, false if it wasn't added.booleanPostOffice.addAddressInfo(AddressInfo addressInfo) Returns true if the address was added, false if it wasn't added.booleanAddressManager.checkAutoRemoveAddress(AddressInfo addressInfo, AddressSettings settings, boolean ignoreDelay) booleanAddressManager.reloadAddressInfo(AddressInfo addressInfo) default voidPostOffice.reloadAddressInfo(AddressInfo addressInfo) -
Uses of AddressInfo in org.apache.activemq.artemis.core.postoffice.impl
Methods in org.apache.activemq.artemis.core.postoffice.impl that return AddressInfoModifier and TypeMethodDescriptionPostOfficeImpl.getAddressInfo(SimpleString addressName) SimpleAddressManager.getAddressInfo(SimpleString addressName) PostOfficeImpl.removeAddressInfo(SimpleString address) PostOfficeImpl.removeAddressInfo(SimpleString address, boolean force) SimpleAddressManager.removeAddressInfo(SimpleString address) PostOfficeImpl.updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes) SimpleAddressManager.updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes) Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type AddressInfoModifier and TypeMethodDescriptionbooleanPostOfficeImpl.addAddressInfo(AddressInfo addressInfo) booleanSimpleAddressManager.addAddressInfo(AddressInfo addressInfo) booleanSimpleAddressManager.checkAutoRemoveAddress(AddressInfo addressInfo, AddressSettings settings, boolean ignoreDelay) voidPostOfficeImpl.reloadAddressInfo(AddressInfo addressInfo) booleanSimpleAddressManager.reloadAddressInfo(AddressInfo addressInfo) -
Uses of AddressInfo in org.apache.activemq.artemis.core.server
Methods in org.apache.activemq.artemis.core.server that return AddressInfoModifier and TypeMethodDescriptionActiveMQServer.addOrUpdateAddressInfo(AddressInfo addressInfo) A convenience method to combine the functionality ofaddAddressInfoandupdateAddressInfo.ServerSession.createAddress(SimpleString address, EnumSet<RoutingType> routingTypes, boolean autoCreated) ServerSession.createAddress(SimpleString address, RoutingType routingType, boolean autoCreated) ServerSession.createAddress(AddressInfo addressInfo, boolean autoCreated) ServerSession.getAddress(SimpleString address) ServerSession.getAddressAndRoutingType(AddressInfo addressInfo) Get the canonical (i.e. non-prefixed) address and the corresponding routing-type.ActiveMQServer.getAddressInfo(SimpleString address) BindingQueryResult.getAddressInfo()Methods in org.apache.activemq.artemis.core.server with parameters of type AddressInfoModifier and TypeMethodDescriptionbooleanActiveMQServer.addAddressInfo(AddressInfo addressInfo) Add theAddressInfoto the brokerActiveMQServer.addOrUpdateAddressInfo(AddressInfo addressInfo) A convenience method to combine the functionality ofaddAddressInfoandupdateAddressInfo.ServerSession.createAddress(AddressInfo addressInfo, boolean autoCreated) ActiveMQServer.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServer.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress, Long ringSize) Deprecated.ServerSession.createQueue(AddressInfo address, SimpleString name, SimpleString filterString, boolean temporary, boolean durable) Deprecated.ServerSession.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, boolean autoCreated) Deprecated.ServerSession.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, Boolean exclusive, Boolean lastValue, boolean autoCreated) Deprecated.ServerSession.getAddressAndRoutingType(AddressInfo addressInfo) Get the canonical (i.e. non-prefixed) address and the corresponding routing-type.Constructors in org.apache.activemq.artemis.core.server with parameters of type AddressInfoModifierConstructorDescriptionBindingQueryResult(boolean exists, AddressInfo addressInfo, List<SimpleString> queueNames, boolean autoCreateQueues, boolean autoCreateAddresses, boolean defaultPurgeOnNoConsumers, int defaultMaxConsumers, boolean defaultExclusive, boolean defaultLastValue, SimpleString defaultLastValueKey, Boolean defaultNonDestructive, Integer defaultConsumersBeforeDispatch, Long defaultDelayBeforeDispatch) -
Uses of AddressInfo in org.apache.activemq.artemis.core.server.federation.address
Methods in org.apache.activemq.artemis.core.server.federation.address with parameters of type AddressInfoModifier and TypeMethodDescriptionvoidFederatedAddress.afterAddAddress(AddressInfo addressInfo, boolean reload) -
Uses of AddressInfo in org.apache.activemq.artemis.core.server.impl
Methods in org.apache.activemq.artemis.core.server.impl that return AddressInfoModifier and TypeMethodDescriptionActiveMQServerImpl.addOrUpdateAddressInfo(AddressInfo addressInfo) AddressInfo.addRoutingType(RoutingType routingType) AddressInfo.create(SimpleString name, RoutingType routingType) ServerSessionImpl.createAddress(SimpleString address, EnumSet<RoutingType> routingTypes, boolean autoCreated) ServerSessionImpl.createAddress(SimpleString address, RoutingType routingType, boolean autoCreated) ServerSessionImpl.createAddress(AddressInfo addressInfo, boolean autoCreated) static AddressInfoServerSessionImpl.getAddress(SimpleString address) AddressInfo.getAddressAndRoutingType(Map<SimpleString, RoutingType> prefixes) ServerSessionImpl.getAddressAndRoutingType(AddressInfo addressInfo) ActiveMQServerImpl.getAddressInfo(SimpleString address) AddressInfo.setAutoCreated(boolean autoCreated) AddressInfo.setInternal(boolean internal) AddressInfo.setRepositoryChangeListener(HierarchicalRepositoryChangeListener repositoryChangeListener) AddressInfo.setRoutingTypes(EnumSet<RoutingType> routingTypes) AddressInfo.setTemporary(boolean temporary) Methods in org.apache.activemq.artemis.core.server.impl with parameters of type AddressInfoModifier and TypeMethodDescriptionbooleanActiveMQServerImpl.addAddressInfo(AddressInfo addressInfo) ActiveMQServerImpl.addOrUpdateAddressInfo(AddressInfo addressInfo) ServerSessionImpl.createAddress(AddressInfo addressInfo, boolean autoCreated) ActiveMQServerImpl.createQueue(AddressInfo addrInfo, SimpleString queueName, SimpleString filterString, SimpleString user, boolean durable, boolean temporary, boolean ignoreIfExists, boolean transientQueue, boolean autoCreated, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreateAddress, boolean configurationManaged, long ringSize) Deprecated.ActiveMQServerImpl.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean lastValue, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress) Deprecated.ActiveMQServerImpl.createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, Boolean exclusive, Boolean groupRebalance, Integer groupBuckets, SimpleString groupFirstKey, Boolean lastValue, SimpleString lastValueKey, Boolean nonDestructive, Integer consumersBeforeDispatch, Long delayBeforeDispatch, Boolean autoDelete, Long autoDeleteDelay, Long autoDeleteMessageCount, boolean autoCreateAddress, Long ringSize) Deprecated.ServerSessionImpl.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable) Deprecated.ServerSessionImpl.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, boolean autoCreated) Deprecated.ServerSessionImpl.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, int maxConsumers, boolean purgeOnNoConsumers, boolean exclusive, boolean groupRebalance, int groupBuckets, SimpleString groupFirstKey, boolean lastValue, SimpleString lastValueKey, boolean nonDestructive, int consumersBeforeDispatch, long delayBeforeDispatch, boolean autoDelete, long autoDeleteDelay, long autoDeleteMessageCount, boolean autoCreated, long ringSize) Deprecated.ServerSessionImpl.createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, Boolean exclusive, Boolean lastValue, boolean autoCreated) Deprecated.ServerSessionImpl.getAddressAndRoutingType(AddressInfo addressInfo) -
Uses of AddressInfo in org.apache.activemq.artemis.core.server.management
Methods in org.apache.activemq.artemis.core.server.management with parameters of type AddressInfoModifier and TypeMethodDescriptionvoidManagementService.registerAddress(AddressInfo addressInfo) voidManagementService.registerAddressMeters(AddressInfo addressInfo, AddressControl addressControl) -
Uses of AddressInfo in org.apache.activemq.artemis.core.server.management.impl
Methods in org.apache.activemq.artemis.core.server.management.impl with parameters of type AddressInfoModifier and TypeMethodDescriptionvoidManagementServiceImpl.registerAddress(AddressInfo addressInfo) voidManagementServiceImpl.registerAddressMeters(AddressInfo addressInfo, AddressControl addressControl) -
Uses of AddressInfo in org.apache.activemq.artemis.core.server.mirror
Methods in org.apache.activemq.artemis.core.server.mirror with parameters of type AddressInfoModifier and TypeMethodDescriptionvoidMirrorController.addAddress(AddressInfo addressInfo) voidMirrorController.deleteAddress(AddressInfo addressInfo) -
Uses of AddressInfo in org.apache.activemq.artemis.core.server.plugin
Methods in org.apache.activemq.artemis.core.server.plugin with parameters of type AddressInfoModifier and TypeMethodDescriptiondefault voidActiveMQServerAddressPlugin.afterAddAddress(AddressInfo addressInfo, boolean reload) After an address has been added tot he brokerdefault voidActiveMQServerAddressPlugin.afterRemoveAddress(SimpleString address, AddressInfo addressInfo) After an address has been removeddefault voidActiveMQServerAddressPlugin.afterUpdateAddress(AddressInfo addressInfo) After an address has been updateddefault voidActiveMQServerAddressPlugin.beforeAddAddress(AddressInfo addressInfo, boolean reload) Before an address is added tot he broker -
Uses of AddressInfo in org.apache.activemq.artemis.core.server.plugin.impl
Methods in org.apache.activemq.artemis.core.server.plugin.impl with parameters of type AddressInfoModifier and TypeMethodDescriptionvoidNotificationActiveMQServerPlugin.afterAddAddress(AddressInfo addressInfo, boolean reload) voidNotificationActiveMQServerPlugin.afterRemoveAddress(SimpleString address, AddressInfo addressInfo)