public class GanymedeExpirationTask
extends java.lang.Object
implements java.lang.Runnable
This is a Ganymede server task, for use with the GanymedeScheduler.
The GanymedeExpirationTask scans through all objects in the database and handles expiration and/or removal for any object whose Expiration or Removal timestamps have passed.
GanymedeExpirationTask is designed to be run once a day by the GanymedeScheduler, but running it more often won't hurt anything.
The standard GanymedeExpirationTask is paired with the
standard GanymedeWarningTask task,
which sends out email warning of expirations and removals to occur in the
near future.
| Modifier and Type | Field and Description |
|---|---|
static boolean |
debug |
| Constructor and Description |
|---|
GanymedeExpirationTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
run()
Just Do It (tm)
|
public static final boolean debug