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 voiddecode(ActiveMQBuffer buffer)voidencode(ActiveMQBuffer buffer)booleanequals(Object o)StringgetAddressMatch()StringgetName()inthashCode()FederationAddressPolicyConfiguration.MatchersetAddressMatch(String addressMatch)voidsetName(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)
-
-