Uses of Class
org.apache.activemq.broker.PublishedAddressPolicy.PublishedHostStrategy
-
Packages that use PublishedAddressPolicy.PublishedHostStrategy Package Description org.apache.activemq.broker The core classes for the ActiveMQ Message Broker and its connectors. -
-
Uses of PublishedAddressPolicy.PublishedHostStrategy in org.apache.activemq.broker
Methods in org.apache.activemq.broker that return PublishedAddressPolicy.PublishedHostStrategy Modifier and Type Method Description PublishedAddressPolicy.PublishedHostStrategy
PublishedAddressPolicy. getPublishedHostStrategy()
static PublishedAddressPolicy.PublishedHostStrategy
PublishedAddressPolicy.PublishedHostStrategy. getValue(String value)
static PublishedAddressPolicy.PublishedHostStrategy
PublishedAddressPolicy.PublishedHostStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static PublishedAddressPolicy.PublishedHostStrategy[]
PublishedAddressPolicy.PublishedHostStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.broker with parameters of type PublishedAddressPolicy.PublishedHostStrategy Modifier and Type Method Description void
PublishedAddressPolicy. setPublishedHostStrategy(PublishedAddressPolicy.PublishedHostStrategy strategy)
-