public class AMQPBrokerConnectionElement extends Object implements Serializable
| Constructor and Description |
|---|
AMQPBrokerConnectionElement() |
| Modifier and Type | Method and Description |
|---|---|
SimpleString |
getMatchAddress() |
AMQPBrokerConnectConfiguration |
getParent() |
SimpleString |
getQueueName() |
AMQPBrokerConnectionAddressType |
getType() |
static boolean |
match(SimpleString matchAddressString,
SimpleString checkAddressString,
WildcardConfiguration wildcardConfig) |
boolean |
match(SimpleString checkAddress,
WildcardConfiguration wildcardConfig) |
AMQPBrokerConnectionElement |
setMatchAddress(SimpleString matchAddress) |
AMQPBrokerConnectionElement |
setMatchAddress(String matchAddress) |
AMQPBrokerConnectionElement |
setParent(AMQPBrokerConnectConfiguration parent) |
AMQPBrokerConnectionElement |
setQueueName(SimpleString queueName) |
AMQPBrokerConnectionElement |
setQueueName(String queueName) |
AMQPBrokerConnectionElement |
setType(AMQPBrokerConnectionAddressType type) |
public AMQPBrokerConnectConfiguration getParent()
public AMQPBrokerConnectionElement setParent(AMQPBrokerConnectConfiguration parent)
public SimpleString getQueueName()
public AMQPBrokerConnectionElement setQueueName(String queueName)
public AMQPBrokerConnectionElement setQueueName(SimpleString queueName)
public SimpleString getMatchAddress()
public boolean match(SimpleString checkAddress, WildcardConfiguration wildcardConfig)
public static boolean match(SimpleString matchAddressString, SimpleString checkAddressString, WildcardConfiguration wildcardConfig)
public AMQPBrokerConnectionElement setMatchAddress(String matchAddress)
public AMQPBrokerConnectionElement setMatchAddress(SimpleString matchAddress)
public AMQPBrokerConnectionAddressType getType()
public AMQPBrokerConnectionElement setType(AMQPBrokerConnectionAddressType type)
Copyright © 2025 JBoss by Red Hat. All rights reserved.