|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ActiveQueueJob | |
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.recovery | Defines recovery process interface, i.e. the process responsible for triggering the recovery. |
org.objectweb.proactive.core.body.ft.servers.util | Defines util classes for fault-tolerance servers. |
Uses of ActiveQueueJob in org.objectweb.proactive.core.body.ft.servers |
Methods in org.objectweb.proactive.core.body.ft.servers with parameters of type ActiveQueueJob | |
void |
FTServer.submitJob(ActiveQueueJob job)
|
JobBarrier |
FTServer.submitJobWithBarrier(ActiveQueueJob job)
|
Uses of ActiveQueueJob in org.objectweb.proactive.core.body.ft.servers.recovery |
Classes in org.objectweb.proactive.core.body.ft.servers.recovery that implement ActiveQueueJob | |
class |
RecoveryJob
Job for recovering an activity. |
Methods in org.objectweb.proactive.core.body.ft.servers.recovery with parameters of type ActiveQueueJob | |
void |
RecoveryProcessImpl.submitJob(ActiveQueueJob job)
Submit an ActiveQueueJob to the active queue of the recovery process. |
JobBarrier |
RecoveryProcessImpl.submitJobWithBarrier(ActiveQueueJob job)
Submit an ActiveQueueJob to the active queue of the recovery process. |
void |
RecoveryProcess.submitJob(ActiveQueueJob job)
to submit a job to recovery process |
JobBarrier |
RecoveryProcess.submitJobWithBarrier(ActiveQueueJob job)
to submit a job to recovery process, with a barrier for waiting its completion |
Uses of ActiveQueueJob in org.objectweb.proactive.core.body.ft.servers.util |
Classes in org.objectweb.proactive.core.body.ft.servers.util that implement ActiveQueueJob | |
class |
KillerJob
A job that kill a given active object |
Methods in org.objectweb.proactive.core.body.ft.servers.util that return ActiveQueueJob | |
ActiveQueueJob |
ActiveQueue.removeJob()
Return the oldest job in queue and remove it from the queue |
Methods in org.objectweb.proactive.core.body.ft.servers.util with parameters of type ActiveQueueJob | |
void |
ActiveQueue.addJob(ActiveQueueJob j)
Add a job in the active queue. |
JobBarrier |
ActiveQueue.addJobWithBarrier(ActiveQueueJob j)
Add a job in the active queue. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |