| Package | Description |
|---|---|
| com.varra.listener | |
| com.varra.props | |
| com.varra.util |
| Modifier and Type | Method and Description |
|---|---|
void |
TimerTaskListener.omitOnCancel(EnhancedTimerTask task)
Omits the
EnhancedTimerTask when it gets canceled. |
void |
AbstractTimerTaskListener.omitOnCancel(EnhancedTimerTask task) |
void |
TimerTaskListener.omitOnExpiry(EnhancedTimerTask task)
Omits the
EnhancedTimerTask when it gets expired. |
void |
AbstractTimerTaskListener.omitOnExpiry(EnhancedTimerTask task) |
void |
TimerTaskListener.omitOnFinish(EnhancedTimerTask task)
Omits the
EnhancedTimerTask when it gets Finished. |
void |
AbstractTimerTaskListener.omitOnFinish(EnhancedTimerTask task) |
| Modifier and Type | Class and Description |
|---|---|
class |
PropertyFileMonitor
A watch dog which Monitors the Property file specified, and loads whenever it
is modified.
So maintains the properties up-to-date. |
| Modifier and Type | Method and Description |
|---|---|
Map<Class<? extends EnhancedTimerTask>,TimerTaskListener> |
SafeThread.getListeners()
Gets the listeners.
|
| Modifier and Type | Method and Description |
|---|---|
int |
EnhancedTimerTask.compareTo(EnhancedTimerTask other)
Compares 2 TimeTasks by comparing their next execution times.
|
void |
TimerTaskReceiver.onTimerTask(EnhancedTimerTask timerTask)
Updates the processing Engine with the
EnhancedTimerTask, and it
should be a light weight implementation and synchronized. |
void |
SafeThread.onTimerTask(EnhancedTimerTask timerTask) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SafeThread.addTimerTaskListener(TimerTaskListener listener,
Class<? extends EnhancedTimerTask> type)
Adds the timer task listener.
|
boolean |
SafeThread.removeTimerTaskListener(TimerTaskListener listener,
Class<? extends EnhancedTimerTask> type)
Removes the timer task listener.
|
Copyright © 2016 utils4j. All Rights Reserved.