org.objectweb.proactive.core.body.ft.servers.util
Interface ActiveQueueJob

All Known Implementing Classes:
KillerJob, RecoveryJob

public interface ActiveQueueJob

This interface must be implemented by jobs submitted to an ActiveQueue.

Since:
3.0
Author:
cdelbe

Method Summary
 void doTheJob()
          This method contains the main code of the job.
 

Method Detail

doTheJob

public void doTheJob()
This method contains the main code of the job. It is called by the active queue when the job is served.



Copyright 2001-2005 INRIA All Rights Reserved.