|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceServer | |
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.resource | Defines resource interface of the fault-tolerance server, i.e. the server of nodes on which failed active object can be restarted. |
Uses of ResourceServer in org.objectweb.proactive.core.body.ft.servers |
Classes in org.objectweb.proactive.core.body.ft.servers that implement ResourceServer | |
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 ResourceServer | |
ResourceServer |
FTServer.getResourceServer()
|
Methods in org.objectweb.proactive.core.body.ft.servers with parameters of type ResourceServer | |
void |
FTServer.init(FaultDetector fd,
LocationServer ls,
RecoveryProcess rp,
ResourceServer rs,
CheckpointServer cs)
Initialized server with each needed subservers |
void |
FTServer.setResourceServer(ResourceServer resourceServer)
|
Uses of ResourceServer in org.objectweb.proactive.core.body.ft.servers.resource |
Classes in org.objectweb.proactive.core.body.ft.servers.resource that implement ResourceServer | |
class |
ResourceServerImpl
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |