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 boolean
equals(Object obj)
SimpleString
getMatchAddress()
String
getName()
AMQPBrokerConnectConfiguration
getParent()
SimpleString
getQueueName()
AMQPBrokerConnectionAddressType
getType()
int
hashCode()
static boolean
match(SimpleString matchAddressString, SimpleString checkAddressString, WildcardConfiguration wildcardConfig)
boolean
match(SimpleString checkAddress, WildcardConfiguration wildcardConfig)
AMQPBrokerConnectionElement
setMatchAddress(String matchAddress)
AMQPBrokerConnectionElement
setMatchAddress(SimpleString matchAddress)
void
setName(String name)
AMQPBrokerConnectionElement
setParent(AMQPBrokerConnectConfiguration parent)
AMQPBrokerConnectionElement
setQueueName(String queueName)
AMQPBrokerConnectionElement
setQueueName(SimpleString queueName)
AMQPBrokerConnectionElement
setType(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)
-
-