Uses of Interface
org.jboss.messaging.core.postoffice.Address

Packages that use Address
org.jboss.messaging.core.postoffice   
org.jboss.messaging.core.postoffice.impl   
 

Uses of Address in org.jboss.messaging.core.postoffice
 

Methods in org.jboss.messaging.core.postoffice that return types with arguments of type Address
 java.util.List<Address> Address.getLinkedAddresses()
           
 

Methods in org.jboss.messaging.core.postoffice with parameters of type Address
 void Address.addLinkedAddress(Address address)
           
 boolean Address.matches(Address add)
           
 void Address.removeLinkedAddress(Address actualAddress)
           
 

Uses of Address in org.jboss.messaging.core.postoffice.impl
 

Classes in org.jboss.messaging.core.postoffice.impl that implement Address
 class AddressImpl
          splits an address string into its hierarchical parts split by '.'
 

Methods in org.jboss.messaging.core.postoffice.impl that return types with arguments of type Address
 java.util.List<Address> AddressImpl.getLinkedAddresses()
           
 

Methods in org.jboss.messaging.core.postoffice.impl with parameters of type Address
 void AddressImpl.addLinkedAddress(Address address)
           
 boolean AddressImpl.matches(Address add)
           
 void AddressImpl.removeLinkedAddress(Address actualAddress)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.