Uses of Interface
org.objectweb.proactive.core.body.ft.servers.location.LocationServer

Packages that use LocationServer
org.objectweb.proactive.core.body.ft.protocols Defines specific behavior for each implemented fault-tolerance protocol.  
org.objectweb.proactive.core.body.ft.servers Defines all needed servers for fault-tolerance mecanism, and a global server that implements all needed behaviors.  
org.objectweb.proactive.core.body.ft.servers.location Defines the location interface of fault-tolerance server, i.e. for retrieving a reference on a failed-and-restart active object.  
 

Uses of LocationServer in org.objectweb.proactive.core.body.ft.protocols
 

Fields in org.objectweb.proactive.core.body.ft.protocols declared as LocationServer
protected  LocationServer FTManager.location
           
 

Uses of LocationServer in org.objectweb.proactive.core.body.ft.servers
 

Classes in org.objectweb.proactive.core.body.ft.servers that implement LocationServer
 class FTServer
          This server contains one instance of each needed servers for fault tolerance, and delegates each method call to the concerned subserver.
 

Methods in org.objectweb.proactive.core.body.ft.servers that return LocationServer
 LocationServer FTServer.getLocationServer()
           
 

Methods in org.objectweb.proactive.core.body.ft.servers with parameters of type LocationServer
 void FTServer.init(FaultDetector fd, LocationServer ls, RecoveryProcess rp, ResourceServer rs, CheckpointServer cs)
          Initialized server with each needed subservers
 void FTServer.setLocationServer(LocationServer locationServer)
           
 

Uses of LocationServer in org.objectweb.proactive.core.body.ft.servers.location
 

Classes in org.objectweb.proactive.core.body.ft.servers.location that implement LocationServer
 class LocationServerImpl
          An implementation of the LocationServer
 



Copyright 2001-2005 INRIA All Rights Reserved.