eu.xtreemos.xosd.jobmng
Class JobMng.CleaningCronEntry

java.lang.Object
  extended by eu.xtreemos.xosd.cron.CronDaemonEntry
      extended by eu.xtreemos.xosd.jobmng.JobMng.CleaningCronEntry
Enclosing class:
JobMng

 class JobMng.CleaningCronEntry
extends CronDaemonEntry


Field Summary
(package private)  CommunicationAddress ca
           
(package private)  java.lang.String jobId
           
 
Fields inherited from class eu.xtreemos.xosd.cron.CronDaemonEntry
atTime
 
Constructor Summary
JobMng.CleaningCronEntry(java.util.GregorianCalendar time, CommunicationAddress ca, java.lang.String jobId)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class eu.xtreemos.xosd.cron.CronDaemonEntry
equals, time
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ca

CommunicationAddress ca

jobId

java.lang.String jobId
Constructor Detail

JobMng.CleaningCronEntry

public JobMng.CleaningCronEntry(java.util.GregorianCalendar time,
                                CommunicationAddress ca,
                                java.lang.String jobId)
Parameters:
time - a GregorianCalendar object with the time at which cleaning is going to be performed.
ca - the CommunicationAddress of the JobMng that will perform the cleaning process, i.e. the one that owns the job.
jobId - a String with the job identifier of the job to clean.
Method Detail

execute

public void execute()
Overrides:
execute in class CronDaemonEntry