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

Method Summary
 void addLinkedAddress(Address address)
           
 boolean containsWildCard()
           
 SimpleString getAddress()
           
 SimpleString[] getAddressParts()
           
 java.util.List<Address> getLinkedAddresses()
           
 boolean matches(Address add)
           
 void removeAddressPart(int pos)
           
 void removeLinkedAddress(Address actualAddress)
           
 

Method Detail

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.