Uses of Interface
com.pnfsoftware.jeb.util.concurrent.IMonitorInfoProvider
Package
Description
Types related to concurrency, synchronization, and external code execution.
-
Uses of IMonitorInfoProvider in com.pnfsoftware.jeb.util.concurrent
Modifier and TypeClassDescriptionclass
Standard implementation of theIMonitorInfoProvider
interface.Modifier and TypeMethodDescriptionboolean
AbstractThreadManager.monitor
(Thread t, IMonitorInfoProvider provider) Monitor a running thread, and attempt to terminate it after a dynamic timeout has elapsed.static boolean
ThreadUtil.monitor
(Thread t, IMonitorInfoProvider provider) Monitor a running thread, and attempt to terminate it after a dynamic timeout has elapsed.ModifierConstructorDescriptionThreadMonitor
(Thread thread, boolean started, IMonitorInfoProvider moninfo, Runnable before, Runnable after) Create a new thread monitor instance.