| Package | Description |
|---|---|
| org.mmbase.applications.crontab |
An MMBase CronDaemon implementation.
|
| org.mmbase.applications.crontab.builders | |
| org.mmbase.applications.crontab.modules | |
| org.mmbase.module.smtp |
Contains classes and interfaces to deal with receiving email (rather then sending).
|
| Modifier and Type | Field and Description |
|---|---|
protected CronEntry |
AbstractCronJob.cronEntry |
protected CronEntry |
RunningCronEntry.entry |
protected CronEntry |
ProposedJobs.Event.entry |
| Modifier and Type | Method and Description |
|---|---|
protected static CronEntry |
CronDaemon.getById(Set<CronEntry> set,
String id)
Finds in given set the CronEntry with the given id.
|
CronEntry |
RunningCronEntry.getCronEntry() |
CronEntry |
ProposedJobs.Event.getCronEntry() |
CronEntry |
CronDaemon.getCronEntry(String id) |
CronEntry |
CronJob.getEntry() |
CronEntry |
AbstractCronJob.getEntry() |
| Modifier and Type | Method and Description |
|---|---|
Set<CronEntry> |
CronDaemon.getEntries() |
| Modifier and Type | Method and Description |
|---|---|
void |
CronDaemon.add(CronEntry entry)
Adds the given CronEntry to this daemon.
|
protected void |
CronDaemon.addEntry(CronEntry entry)
Actually adds, no checks for 'removedEntries' and so on.
|
void |
CronJob.init(CronEntry cronEntry)
If the CronJobs needs some initializing before the first run, then that can be put in this.
|
void |
AbstractCronJob.init(CronEntry cronEntry)
If the CronJobs needs some initializing before the first run, then that can be put in this.
|
void |
CronDaemon.remove(CronEntry entry)
Remove the given CronEntry from this daemon.
|
protected void |
CronDaemon.removeEntry(CronEntry entry)
Actually removes, nor checks for removedEntries' and so on.
|
| Modifier and Type | Method and Description |
|---|---|
protected static CronEntry |
CronDaemon.getById(Set<CronEntry> set,
String id)
Finds in given set the CronEntry with the given id.
|
| Constructor and Description |
|---|
Event(CronEntry entry,
Date s) |
RunningCronEntry(CronEntry entry,
Date started,
String machine,
int thread) |
RunningCronEntry(CronEntry entry,
Date started,
String machine,
int thread,
String message) |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeCronEntry
CronEntries defined by nodes of the type 'cronjobs' store several aspects of the cron entries in
fields.
|
| Modifier and Type | Field and Description |
|---|---|
protected org.mmbase.applications.crontab.modules.CrontabModule.Function<Set<CronEntry>> |
CrontabModule.listFunction |
| Modifier and Type | Method and Description |
|---|---|
CronEntry |
PopFetcher.getEntry() |
| Modifier and Type | Method and Description |
|---|---|
void |
PopFetcher.init(CronEntry cronEntry) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}