Add the specified eviction task to the timer. Tasks that are added with a
call to this method *must* call {@link #cancel(TimerTask)} to cancel the
task to prevent memory and/or thread leaks in application server
environments.
@param task Task to be scheduled
@param delay Delay in milliseconds before task is executed
@param period Time in milliseconds between executions
Add the specified eviction task to the timer. Tasks that are added with a call to this method *must* call {@link #cancel(TimerTask)} to cancel the task to prevent memory and/or thread leaks in application server environments.
@param task Task to be scheduled @param delay Delay in milliseconds before task is executed @param period Time in milliseconds between executions