Class AMQPBrokerConnectionElement
java.lang.Object
org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPBrokerConnectionElement
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AMQPFederatedBrokerConnectionElement,AMQPMirrorBrokerConnectionElement,AMQPPeerBrokerConnectionElement,AMQPReceiverBrokerConnectionElement,AMQPSenderBrokerConnectionElement
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()getType()inthashCode()static booleanmatch(SimpleString matchAddressString, SimpleString checkAddressString, WildcardConfiguration wildcardConfig) booleanmatch(SimpleString checkAddress, WildcardConfiguration wildcardConfig) setMatchAddress(String matchAddress) setMatchAddress(SimpleString matchAddress) voidsetQueueName(String queueName) setQueueName(SimpleString queueName)
-
Constructor Details
-
AMQPBrokerConnectionElement
public AMQPBrokerConnectionElement()
-
-
Method Details
-
getParent
-
setParent
-
getQueueName
-
setQueueName
-
setQueueName
-
getMatchAddress
-
match
-
match
public static boolean match(SimpleString matchAddressString, SimpleString checkAddressString, WildcardConfiguration wildcardConfig) -
setMatchAddress
-
setMatchAddress
-
getType
-
setType
-
getName
-
setName
-
hashCode
public int hashCode() -
equals
-