| Package | Description |
|---|---|
| org.mmbase.applications.crontab |
An MMBase CronDaemon implementation.
|
| Modifier and Type | Field and Description |
|---|---|
static CronEntry.Type |
CronEntry.Type.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
CronEntry.Type |
CronEntry.getType() |
static CronEntry.Type |
CronEntry.Type.valueOf(int i) |
static CronEntry.Type |
CronEntry.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CronEntry.Type[] |
CronEntry.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
CronEntry(String id,
String cronTime,
String name,
String className,
String configuration,
CronEntry.Type type) |
CronEntry(String id,
String cronTime,
String name,
String className,
String configuration,
CronEntry.Type type,
Pattern servers) |
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}