Uses of Interface
org.xlattice.Address

Packages that use Address
org.xlattice This package contains abstractions for all of the basic types dealt with in XLattice. 
 

Uses of Address in org.xlattice
 

Methods in org.xlattice that return Address
 Address Overlay.address()
           
 Address EndPoint.getAddress()
           
 

Constructors in org.xlattice with parameters of type Address
EndPoint(Transport t, Address addr)