|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FTServer | |
org.objectweb.proactive.core.body.ft.protocols.cic.servers | Defines the CIC protocol specific behavior of the fault-tolerance servers. |
org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers | Defines the PML protocol specific behavior of the fault-tolerance servers. |
org.objectweb.proactive.core.body.ft.servers.faultdetection | Defines fault-detection interface of the fault-tolerance server. |
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. |
org.objectweb.proactive.core.body.ft.servers.recovery | Defines recovery process interface, i.e. the process responsible for triggering the recovery. |
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. |
org.objectweb.proactive.core.body.ft.servers.storage | Defines the storage process interface of the fault-tolerance server, i.e. the checkpoints storage service. |
org.objectweb.proactive.core.body.ft.servers.util | Defines util classes for fault-tolerance servers. |
Uses of FTServer in org.objectweb.proactive.core.body.ft.protocols.cic.servers |
Constructors in org.objectweb.proactive.core.body.ft.protocols.cic.servers with parameters of type FTServer | |
RecoveryProcessCIC(FTServer server)
|
|
CheckpointServerCIC(FTServer server)
|
Uses of FTServer in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers |
Constructors in org.objectweb.proactive.core.body.ft.protocols.pmlrb.servers with parameters of type FTServer | |
RecoveryProcessPMLRB(FTServer server)
Constructor. |
|
CheckpointServerPMLRB(FTServer server)
Constructor. |
Uses of FTServer in org.objectweb.proactive.core.body.ft.servers.faultdetection |
Constructors in org.objectweb.proactive.core.body.ft.servers.faultdetection with parameters of type FTServer | |
FaultDetectorImpl(FTServer server,
long faultDetectPeriod)
|
Uses of FTServer in org.objectweb.proactive.core.body.ft.servers.location |
Constructors in org.objectweb.proactive.core.body.ft.servers.location with parameters of type FTServer | |
LocationServerImpl(FTServer server)
|
Uses of FTServer in org.objectweb.proactive.core.body.ft.servers.recovery |
Fields in org.objectweb.proactive.core.body.ft.servers.recovery declared as FTServer | |
protected FTServer |
RecoveryProcessImpl.server
|
Constructors in org.objectweb.proactive.core.body.ft.servers.recovery with parameters of type FTServer | |
RecoveryProcessImpl(FTServer server)
|
Uses of FTServer in org.objectweb.proactive.core.body.ft.servers.resource |
Constructors in org.objectweb.proactive.core.body.ft.servers.resource with parameters of type FTServer | |
ResourceServerImpl(FTServer server)
|
|
ResourceServerImpl(FTServer server,
java.lang.String p2pServerURL)
|
Uses of FTServer in org.objectweb.proactive.core.body.ft.servers.storage |
Fields in org.objectweb.proactive.core.body.ft.servers.storage declared as FTServer | |
protected FTServer |
CheckpointServerImpl.server
|
Constructors in org.objectweb.proactive.core.body.ft.servers.storage with parameters of type FTServer | |
CheckpointServerImpl(FTServer server)
|
Uses of FTServer in org.objectweb.proactive.core.body.ft.servers.util |
Constructors in org.objectweb.proactive.core.body.ft.servers.util with parameters of type FTServer | |
KillerJob(FTServer server,
UniversalBody toKill,
long toWait)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |