Uses of Class
edu.UCL.satin.impl.remotecomponents.Location

Packages that use Location
edu.UCL.satin.facets   
edu.UCL.satin.impl.advertising.location   
edu.UCL.satin.impl.localhost   
edu.UCL.satin.impl.remotecomponents   
 

Uses of Location in edu.UCL.satin.facets
 

Methods in edu.UCL.satin.facets that return Location
 Location HasLocation.getLocation()
           
 

Uses of Location in edu.UCL.satin.impl.advertising.location
 

Subclasses of Location in edu.UCL.satin.impl.advertising.location
 class IPLocation
          Represents a Location with an IP address
 

Uses of Location in edu.UCL.satin.impl.localhost
 

Fields in edu.UCL.satin.impl.localhost declared as Location
private  Location SimpleLocalHost.ip
           
 

Methods in edu.UCL.satin.impl.localhost that return Location
 Location SimpleLocalHost.getLocation()
           
 

Uses of Location in edu.UCL.satin.impl.remotecomponents
 

Fields in edu.UCL.satin.impl.remotecomponents declared as Location
private  Location RemoteComponent.location
           
 

Methods in edu.UCL.satin.impl.remotecomponents that return Location
 Location RemoteComponent.getLocation()
           
 

Constructors in edu.UCL.satin.impl.remotecomponents with parameters of type Location
RemoteComponent(java.lang.Object id, java.util.Hashtable properties, java.lang.Object message, Location location)
          Creates a new remote component (which is obviously immutable to the local host)
RemoteComponent(java.lang.String msg, java.lang.String advMsg, Location location)
          Creates a new remote component based on its textual representation of its attributes