PeriodicallyServicable inherits from the Servicable interface and
enable utilities such as PeriodicEventScheduler to give a callback to the
objects on their service methods.
Ensure that the objects implementing PeriodicallyServicable do not hog the
threads for execution. Logic like inserting a task onto the writer thread
queues is best suited for this purpose.
$Source: /cvs/glassfish/appserv-commons/src/java/com/sun/enterprise/util/scheduler/PeriodicallyServicable.java,v $ |