com.salmonllc.scheduler |
This package contains classes used by the Scheduler servlet to implement functions that execute at regular intervals.
|
Java Source File Name | Type | Comment |
CacheCleaner.java | Class | This scheduled object is used to clean up the objectstore image cache. |
ConnectionPoolCleaner.java | Class | This scheduled object is used to clean up the connection pool in the SQL package. |
PerformanceLogger.java | Class | This scheduled object is used to log performance metrics on the server to a log file. |
ScheduledObject.java | Interface | This must be implemented by any class that will be invoked by the scheduler. |
ScheduleReachedEvent.java | Class | This class is passed to every schedule object when the schedule time is reached. |