Uses of Class
org.apache.activemq.artemis.core.server.impl.AddressInfo
-
-
Uses of AddressInfo in org.apache.activemq.artemis.core.management.impl
Constructors in org.apache.activemq.artemis.core.management.impl with parameters of type AddressInfo Constructor Description AddressControlImpl(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.management.impl.view
Methods in org.apache.activemq.artemis.core.management.impl.view with parameters of type AddressInfo Modifier and Type Method Description ObjectAddressView. getField(AddressInfo address, String fieldName)JsonObjectBuilderAddressView. toJson(AddressInfo address) -
Uses of AddressInfo in org.apache.activemq.artemis.core.management.impl.view.predicate
Methods in org.apache.activemq.artemis.core.management.impl.view.predicate with parameters of type AddressInfo Modifier and Type Method Description booleanAddressFilterPredicate. test(AddressInfo address) -
Uses of AddressInfo in org.apache.activemq.artemis.core.persistence
Methods in org.apache.activemq.artemis.core.persistence with parameters of type AddressInfo Modifier and Type Method Description voidStorageManager. 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 AddressInfo Modifier and Type Method Description voidAbstractJournalStorageManager. 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 AddressInfo Modifier and Type Method Description voidNullStorageManager. 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 AddressInfo Modifier and Type Method Description AddressInfoAddressManager. getAddressInfo(SimpleString address)AddressInfoPostOffice. getAddressInfo(SimpleString address)AddressInfoAddressManager. removeAddressInfo(SimpleString address)AddressInfoPostOffice. removeAddressInfo(SimpleString address)AddressInfoPostOffice. removeAddressInfo(SimpleString address, boolean force)AddressInfoAddressManager. updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes)it will return null if there are no updates.AddressInfoPostOffice. updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes)Methods in org.apache.activemq.artemis.core.postoffice with parameters of type AddressInfo Modifier and Type Method Description booleanAddressManager. addAddressInfo(AddressInfo addressInfo)booleanPostOffice. addAddressInfo(AddressInfo addressInfo)booleanAddressManager. checkAutoRemoveAddress(SimpleString address, AddressInfo addressInfo, AddressSettings settings)booleanAddressManager. checkAutoRemoveAddress(SimpleString address, 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 AddressInfo Modifier and Type Method Description AddressInfoPostOfficeImpl. getAddressInfo(SimpleString addressName)AddressInfoSimpleAddressManager. getAddressInfo(SimpleString addressName)AddressInfoPostOfficeImpl. removeAddressInfo(SimpleString address)AddressInfoPostOfficeImpl. removeAddressInfo(SimpleString address, boolean force)AddressInfoSimpleAddressManager. removeAddressInfo(SimpleString address)AddressInfoPostOfficeImpl. updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes)AddressInfoSimpleAddressManager. updateAddressInfo(SimpleString addressName, EnumSet<RoutingType> routingTypes)Methods in org.apache.activemq.artemis.core.postoffice.impl with parameters of type AddressInfo Modifier and Type Method Description booleanPostOfficeImpl. addAddressInfo(AddressInfo addressInfo)booleanSimpleAddressManager. addAddressInfo(AddressInfo addressInfo)booleanPostOfficeImpl. checkAutoRemoveAddress(SimpleString address, AddressInfo addressInfo, AddressSettings settings)booleanSimpleAddressManager. checkAutoRemoveAddress(SimpleString address, AddressInfo addressInfo, AddressSettings settings)booleanSimpleAddressManager. checkAutoRemoveAddress(SimpleString address, 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 AddressInfo Modifier and Type Method Description AddressInfoActiveMQServer. addOrUpdateAddressInfo(AddressInfo addressInfo)A convenience method to combine the functionality ofaddAddressInfoandupdateAddressInfo.AddressInfoServerSession. createAddress(SimpleString address, EnumSet<RoutingType> routingTypes, boolean autoCreated)AddressInfoServerSession. createAddress(SimpleString address, RoutingType routingType, boolean autoCreated)AddressInfoServerSession. createAddress(AddressInfo addressInfo, boolean autoCreated)AddressInfoServerSession. getAddress(SimpleString address)AddressInfoServerSession. getAddressAndRoutingType(AddressInfo addressInfo)Get the canonical (i.e.AddressInfoActiveMQServer. getAddressInfo(SimpleString address)AddressInfoBindingQueryResult. getAddressInfo()Methods in org.apache.activemq.artemis.core.server with parameters of type AddressInfo Modifier and Type Method Description booleanActiveMQServer. addAddressInfo(AddressInfo addressInfo)Add theAddressInfoto the brokerAddressInfoActiveMQServer. addOrUpdateAddressInfo(AddressInfo addressInfo)A convenience method to combine the functionality ofaddAddressInfoandupdateAddressInfo.AddressInfoServerSession. createAddress(AddressInfo addressInfo, boolean autoCreated)QueueActiveMQServer. createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, boolean autoCreateAddress)Deprecated.QueueActiveMQServer. 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.QueueActiveMQServer. 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.QueueActiveMQServer. 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.QueueActiveMQServer. 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.QueueServerSession. createQueue(AddressInfo address, SimpleString name, SimpleString filterString, boolean temporary, boolean durable)Deprecated.QueueServerSession. createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, boolean autoCreated)Deprecated.QueueServerSession. createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, Boolean exclusive, Boolean lastValue, boolean autoCreated)Deprecated.AddressInfoServerSession. getAddressAndRoutingType(AddressInfo addressInfo)Get the canonical (i.e.Constructors in org.apache.activemq.artemis.core.server with parameters of type AddressInfo Constructor Description BindingQueryResult(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 AddressInfo Modifier and Type Method Description voidFederatedAddress. 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 with parameters of type AddressInfo Modifier and Type Method Description booleanActiveMQServerImpl. addAddressInfo(AddressInfo addressInfo)AddressInfoActiveMQServerImpl. addOrUpdateAddressInfo(AddressInfo addressInfo)AddressInfoServerSessionImpl. createAddress(AddressInfo addressInfo, boolean autoCreated)QueueActiveMQServerImpl. 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.QueueActiveMQServerImpl. createQueue(AddressInfo addressInfo, SimpleString queueName, SimpleString filter, SimpleString user, boolean durable, boolean temporary, boolean autoCreated, Integer maxConsumers, Boolean purgeOnNoConsumers, boolean autoCreateAddress)Deprecated.QueueActiveMQServerImpl. 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.QueueActiveMQServerImpl. 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.QueueActiveMQServerImpl. 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.QueueActiveMQServerImpl. 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.QueueServerSessionImpl. createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable)Deprecated.QueueServerSessionImpl. createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, boolean autoCreated)Deprecated.QueueServerSessionImpl. 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.QueueServerSessionImpl. createQueue(AddressInfo addressInfo, SimpleString name, SimpleString filterString, boolean temporary, boolean durable, Boolean exclusive, Boolean lastValue, boolean autoCreated)Deprecated.AddressInfoServerSessionImpl. 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 AddressInfo Modifier and Type Method Description voidManagementService. 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 AddressInfo Modifier and Type Method Description voidManagementServiceImpl. registerAddress(AddressInfo addressInfo)voidManagementServiceImpl. registerAddressMeters(AddressInfo addressInfo, AddressControl addressControl)voidManagementServiceImpl. registerQueue(Queue queue, AddressInfo addressInfo, StorageManager storageManager) -
Uses of AddressInfo in org.apache.activemq.artemis.core.server.mirror
Methods in org.apache.activemq.artemis.core.server.mirror with parameters of type AddressInfo Modifier and Type Method Description voidMirrorController. 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 AddressInfo Modifier and Type Method Description default 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 AddressInfo Modifier and Type Method Description voidNotificationActiveMQServerPlugin. afterAddAddress(AddressInfo addressInfo, boolean reload)voidNotificationActiveMQServerPlugin. afterRemoveAddress(SimpleString address, AddressInfo addressInfo)
-