|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.cron.CronDaemonEntry
eu.xtreemos.xosd.jobmng.JobMng.CleaningCronEntry
class JobMng.CleaningCronEntry
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 |
---|
CommunicationAddress ca
java.lang.String jobId
Constructor Detail |
---|
public JobMng.CleaningCronEntry(java.util.GregorianCalendar time, CommunicationAddress ca, java.lang.String jobId)
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 |
---|
public void execute()
execute
in class CronDaemonEntry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |