Class AMQPBrokerConnectionElement
- java.lang.Object
-
- org.apache.activemq.artemis.core.config.amqpBrokerConnectivity.AMQPBrokerConnectionElement
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AMQPFederatedBrokerConnectionElement,AMQPMirrorBrokerConnectionElement
public class AMQPBrokerConnectionElement extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AMQPBrokerConnectionElement()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SimpleStringgetMatchAddress()StringgetName()AMQPBrokerConnectConfigurationgetParent()SimpleStringgetQueueName()AMQPBrokerConnectionAddressTypegetType()static booleanmatch(SimpleString matchAddressString, SimpleString checkAddressString, WildcardConfiguration wildcardConfig)booleanmatch(SimpleString checkAddress, WildcardConfiguration wildcardConfig)AMQPBrokerConnectionElementsetMatchAddress(String matchAddress)AMQPBrokerConnectionElementsetMatchAddress(SimpleString matchAddress)voidsetName(String name)AMQPBrokerConnectionElementsetParent(AMQPBrokerConnectConfiguration parent)AMQPBrokerConnectionElementsetQueueName(String queueName)AMQPBrokerConnectionElementsetQueueName(SimpleString queueName)AMQPBrokerConnectionElementsetType(AMQPBrokerConnectionAddressType type)
-
-
-
Method Detail
-
getParent
public AMQPBrokerConnectConfiguration getParent()
-
setParent
public AMQPBrokerConnectionElement setParent(AMQPBrokerConnectConfiguration parent)
-
getQueueName
public SimpleString getQueueName()
-
setQueueName
public AMQPBrokerConnectionElement setQueueName(String queueName)
-
setQueueName
public AMQPBrokerConnectionElement setQueueName(SimpleString queueName)
-
getMatchAddress
public SimpleString getMatchAddress()
-
match
public boolean match(SimpleString checkAddress, WildcardConfiguration wildcardConfig)
-
match
public static boolean match(SimpleString matchAddressString, SimpleString checkAddressString, WildcardConfiguration wildcardConfig)
-
setMatchAddress
public AMQPBrokerConnectionElement setMatchAddress(String matchAddress)
-
setMatchAddress
public AMQPBrokerConnectionElement setMatchAddress(SimpleString matchAddress)
-
getType
public AMQPBrokerConnectionAddressType getType()
-
setType
public AMQPBrokerConnectionElement setType(AMQPBrokerConnectionAddressType type)
-
getName
public String getName()
-
setName
public void setName(String name)
-
-