Uses of Interface
com.pnfsoftware.jeb.util.concurrent.IMonitorInfoProvider
Packages that use IMonitorInfoProvider
Package
Description
Types related to concurrency, synchronization, and external code execution.
-
Uses of IMonitorInfoProvider in com.pnfsoftware.jeb.util.concurrent
Classes in com.pnfsoftware.jeb.util.concurrent that implement IMonitorInfoProviderModifier and TypeClassDescriptionclass
Standard implementation of theIMonitorInfoProvider
interface.Methods in com.pnfsoftware.jeb.util.concurrent with parameters of type IMonitorInfoProviderModifier 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.Constructors in com.pnfsoftware.jeb.util.concurrent with parameters of type IMonitorInfoProviderModifierConstructorDescriptionThreadMonitor
(Thread thread, boolean started, IMonitorInfoProvider moninfo, Runnable before, Runnable after) Create a new thread monitor instance.