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 TypeClassDescriptionclassStandard implementation of theIMonitorInfoProviderinterface.Methods in com.pnfsoftware.jeb.util.concurrent with parameters of type IMonitorInfoProviderModifier and TypeMethodDescriptionbooleanAbstractThreadManager.monitor(Thread t, IMonitorInfoProvider provider) Monitor a running thread, and attempt to terminate it after a dynamic timeout has elapsed.static booleanThreadUtil.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.