Uses of Interface
org.objectweb.proactive.ext.locationserver.LocationServer

Packages that use LocationServer
org.objectweb.proactive.ext.locationserver Defines a Body associated with a location server able to give the location of one body on demand.  
org.objectweb.proactive.ext.mixedlocation   
org.objectweb.proactive.ext.util Provides some utility classes for end user usage or used across the extension package.  
 

Uses of LocationServer in org.objectweb.proactive.ext.locationserver
 

Methods in org.objectweb.proactive.ext.locationserver that return LocationServer
static LocationServer LocationServerFactory.getLocationServer()
           
static LocationServer LocationServerFactory.getLocationServer(UniqueID id)
          Return the location server associated with the id
 

Constructors in org.objectweb.proactive.ext.locationserver with parameters of type LocationServer
TimedRequestWithLocationServer(MethodCall methodCall, UniversalBody sender, boolean isOneWay, long nextSequenceID, LocationServer server)
           
RequestWithLocationServer(MethodCall methodCall, UniversalBody sender, boolean isOneWay, long nextSequenceID, LocationServer server)
           
MigrationManagerWithLocationServer(LocationServer locationServer)
           
 

Uses of LocationServer in org.objectweb.proactive.ext.mixedlocation
 

Fields in org.objectweb.proactive.ext.mixedlocation declared as LocationServer
protected  LocationServer TimedRequestWithMixedLocation.server
           
protected  LocationServer RequestWithMixedLocation.server
           
protected  LocationServer MigrationManagerWithMixedLocation.locationServer
           
 

Constructors in org.objectweb.proactive.ext.mixedlocation with parameters of type LocationServer
TimedRequestWithMixedLocation(MethodCall methodCall, UniversalBody sender, boolean isOneWay, long nextSequenceID, LocationServer server)
           
RequestWithMixedLocation(MethodCall methodCall, UniversalBody sender, boolean isOneWay, long nextSequenceID, LocationServer server)
           
MigrationManagerWithMixedLocation(LocationServer locationServer)
           
 

Uses of LocationServer in org.objectweb.proactive.ext.util
 

Classes in org.objectweb.proactive.ext.util that implement LocationServer
 class SimpleLocationServer
          An implementation of a Location Server
 



Copyright ? April 2005 INRIA All Rights Reserved.