| Package | Description |
|---|---|
| com.dpslink.base.util |
Product-neutral classes that provide basic functionality for various types of processing; such as for HTML, XML, Excel, logging, string and template processing.
|
| com.dpslink.flash.db.util |
DPS Flash specific database related handlers and background processing tasks.
|
| com.dpslink.flash.servlet.admin |
DPS Flash specific servlets for handling administration functions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LogCleaner
A scheduled task used to delete older log files from the application's log
folder based on values in properties.
|
| Modifier and Type | Field and Description |
|---|---|
private static java.util.ArrayList<ScheduledTask> |
ScheduledTaskManager.cvScheduledTasks
The current set of scheduled tasks.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.ArrayList<ScheduledTask> |
ScheduledTaskManager.getTasks()
Returns the current set of scheduled tasks.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ScheduledTaskManager.addToQueue(ScheduledTask task,
java.util.Date start,
long rerun)
Adds a scheduled task to the FIFO thread queue.
|
static boolean |
ScheduledTaskManager.addToQueue(ScheduledTask task,
long start,
long rerun)
Adds a scheduled task to the FIFO thread queue.
|
static void |
ScheduledTaskManager.removeFromQueue(ScheduledTask task,
boolean cancel)
Removes a scheduled task from the FIFO thread queue.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UpdateAdminContacts
A scheduled task used to run the update admin contacts task.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdmSendMassEmail.ScheduledMessage
Inner class the defines a message scheduled task.
|