Class FederationAddressPolicyConfiguration.Matcher
- java.lang.Object
-
- org.apache.activemq.artemis.core.config.federation.FederationAddressPolicyConfiguration.Matcher
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- FederationAddressPolicyConfiguration
public static class FederationAddressPolicyConfiguration.Matcher extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Matcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
decode(ActiveMQBuffer buffer)
void
encode(ActiveMQBuffer buffer)
boolean
equals(Object o)
String
getAddressMatch()
String
getName()
int
hashCode()
FederationAddressPolicyConfiguration.Matcher
setAddressMatch(String addressMatch)
void
setName(String name)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getAddressMatch
public String getAddressMatch()
-
setAddressMatch
public FederationAddressPolicyConfiguration.Matcher setAddressMatch(String addressMatch)
-
encode
public void encode(ActiveMQBuffer buffer)
-
decode
public void decode(ActiveMQBuffer buffer)
-
-