org.objectweb.proactive.core.body.ft.servers.util
Class KillerJob

java.lang.Object
  extended byorg.objectweb.proactive.core.body.ft.servers.util.KillerJob
All Implemented Interfaces:
ActiveQueueJob

public class KillerJob
extends java.lang.Object
implements ActiveQueueJob

A job that kill a given active object

Since:
2.2
Author:
cdelbe

Constructor Summary
KillerJob(FTServer server, UniversalBody toKill, long toWait)
           
 
Method Summary
 void doTheJob()
          This method contains the main code of the job.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KillerJob

public KillerJob(FTServer server,
                 UniversalBody toKill,
                 long toWait)
Method Detail

doTheJob

public void doTheJob()
Description copied from interface: ActiveQueueJob
This method contains the main code of the job. It is called by the active queue when the job is served.

Specified by:
doTheJob in interface ActiveQueueJob
See Also:
ActiveQueueJob.doTheJob()


Copyright 2001-2005 INRIA All Rights Reserved.