Uses of Class
eu.xtreemos.xosd.cron.CronDaemonEntry

Packages that use CronDaemonEntry
eu.xtreemos.xati.API   
eu.xtreemos.xosd.cron   
eu.xtreemos.xosd.crondaemon   
eu.xtreemos.xosd.jobmng   
eu.xtreemos.xosd.services   
 

Uses of CronDaemonEntry in eu.xtreemos.xati.API
 

Methods in eu.xtreemos.xati.API with parameters of type CronDaemonEntry
static void XCronDaemon.addEntry(CronDaemonEntry __entry)
           
static void XCronDaemon.removeEntry(CronDaemonEntry __entry)
           
 

Uses of CronDaemonEntry in eu.xtreemos.xosd.cron
 

Subclasses of CronDaemonEntry in eu.xtreemos.xosd.cron
 class CronDaemonEntryTagged
          tagged entry allows the grouping of cron entries and therefore group actions on series of entries.
 class CronDaemonReccurEntry
           
 

Uses of CronDaemonEntry in eu.xtreemos.xosd.crondaemon
 

Subclasses of CronDaemonEntry in eu.xtreemos.xosd.crondaemon
(package private)  class CronDaemonTest.TestCronEntry
           
 

Fields in eu.xtreemos.xosd.crondaemon declared as CronDaemonEntry
private  CronDaemonEntry CronDaemon.ExecuteThread.entry
           
 

Fields in eu.xtreemos.xosd.crondaemon with type parameters of type CronDaemonEntry
private  java.util.ArrayList<CronDaemonEntry> CronDaemon.entries
           
 

Methods in eu.xtreemos.xosd.crondaemon that return CronDaemonEntry
private  CronDaemonEntry CronDaemon.handleEntry(CronDaemonEntry entry)
           
 

Methods in eu.xtreemos.xosd.crondaemon that return types with arguments of type CronDaemonEntry
private  java.util.ArrayList<CronDaemonEntry> CronDaemon.groupByTag(java.lang.String tag)
           
private  java.util.ArrayList<CronDaemonEntry> CronDaemon.groupByTags(java.util.ArrayList<java.lang.String> tags)
           
private  java.util.ArrayList<CronDaemonEntry> CronDaemon.groupByTags(java.util.Hashtable<java.lang.String,java.util.ArrayList<java.lang.Object>> tags)
           
private  java.util.ArrayList<CronDaemonEntry> CronDaemon.groupByTags(java.lang.String tag, java.lang.Object value)
           
private  java.util.ArrayList<CronDaemonEntry> CronDaemon.groupByUUID(java.lang.String uuid)
           
private  java.util.ArrayList<CronDaemonEntry> CronDaemon.groupByUUIDs(java.util.ArrayList<java.lang.String> uuids)
           
 

Methods in eu.xtreemos.xosd.crondaemon with parameters of type CronDaemonEntry
 void CronDaemon.addEntry(CronDaemonEntry entry)
           
private  CronDaemonEntry CronDaemon.handleEntry(CronDaemonEntry entry)
           
private  boolean CronDaemon.insert(CronDaemonEntry entry)
           
 void CronDaemon.removeEntry(CronDaemonEntry entry)
           
 

Method parameters in eu.xtreemos.xosd.crondaemon with type arguments of type CronDaemonEntry
private  void CronDaemon.remove(java.util.ArrayList<CronDaemonEntry> entries)
           
 

Constructors in eu.xtreemos.xosd.crondaemon with parameters of type CronDaemonEntry
CronDaemon.ExecuteThread(CronDaemonEntry entry)
           
 

Uses of CronDaemonEntry in eu.xtreemos.xosd.jobmng
 

Subclasses of CronDaemonEntry in eu.xtreemos.xosd.jobmng
(package private)  class JobMng.CleaningCronEntry
           
 

Uses of CronDaemonEntry in eu.xtreemos.xosd.services
 

Methods in eu.xtreemos.xosd.services with parameters of type CronDaemonEntry
 void SCronDaemon.addEntry(CronDaemonEntry __entry)
           
 void SCronDaemon.addEntry(CronDaemonEntry __entry, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void SCronDaemon.addEntry(CronDaemonEntry __entry, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)
           
 void SCronDaemon.removeEntry(CronDaemonEntry __entry)
           
 void SCronDaemon.removeEntry(CronDaemonEntry __entry, eu.xtreemos.system.communication.bus.CallbackMessage callback)
           
 void SCronDaemon.removeEntry(CronDaemonEntry __entry, eu.xtreemos.system.communication.bus.CallbackMessage callback, eu.xtreemos.system.communication.bus.CallbackMessage exceptionCallback)