- All Implemented Interfaces:
- Runnable
public class LeakTask
extends Object
implements Runnable
A Runnable that is scheduled in the future to report leaks. The ScheduledFuture is
cancelled if the connection is closed before the leak time expires.
- Author:
- Brett Wooldridge