eu.xtreemos.xosd.cron
Class CronDaemonEntryTagged

java.lang.Object
  extended by eu.xtreemos.xosd.cron.CronDaemonEntry
      extended by eu.xtreemos.xosd.cron.CronDaemonEntryTagged

public class CronDaemonEntryTagged
extends CronDaemonEntry

tagged entry allows the grouping of cron entries and therefore group actions on series of entries.

Author:
uros

Field Summary
private  CronDaemonEntryTags tags
           
 
Fields inherited from class eu.xtreemos.xosd.cron.CronDaemonEntry
atTime
 
Constructor Summary
CronDaemonEntryTagged(java.util.GregorianCalendar time)
           
 
Method Summary
 CronDaemonEntryTags getTags()
           
 
Methods inherited from class eu.xtreemos.xosd.cron.CronDaemonEntry
equals, execute, time
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tags

private CronDaemonEntryTags tags
Constructor Detail

CronDaemonEntryTagged

public CronDaemonEntryTagged(java.util.GregorianCalendar time)
Method Detail

getTags

public CronDaemonEntryTags getTags()