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 TypeMethodDescriptionboolean
getName()
getType()
int
hashCode()
static boolean
match
(SimpleString matchAddressString, SimpleString checkAddressString, WildcardConfiguration wildcardConfig) boolean
match
(SimpleString checkAddress, WildcardConfiguration wildcardConfig) setMatchAddress
(String matchAddress) setMatchAddress
(SimpleString matchAddress) void
setQueueName
(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
-