org.jboss.messaging.core.postoffice
Interface Address
- All Known Implementing Classes:
- AddressImpl
public interface Address
USed to hold a hierarchichal style address, delimited by a '.'.
- Author:
- Andy Taylor
getAddress
SimpleString getAddress()
getAddressParts
SimpleString[] getAddressParts()
containsWildCard
boolean containsWildCard()
getLinkedAddresses
java.util.List<Address> getLinkedAddresses()
addLinkedAddress
void addLinkedAddress(Address address)
removeLinkedAddress
void removeLinkedAddress(Address actualAddress)
removeAddressPart
void removeAddressPart(int pos)
matches
boolean matches(Address add)
Copyright © 2006 JBoss Inc. All Rights Reserved.