Package org.jboss.as.ee.concurrent
Class ControlPointUtils
java.lang.Object
org.jboss.as.ee.concurrent.ControlPointUtils
Class that manages the control point for executor services
- Author:
- Stuart Douglas
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RunnabledoScheduledWrap(Runnable runnable, org.wildfly.extension.requestcontroller.ControlPoint controlPoint) static <T> Callable<T>doScheduledWrap(Callable<T> callable, org.wildfly.extension.requestcontroller.ControlPoint controlPoint) static Runnablestatic <T> Callable<T>
-
Constructor Details
-
ControlPointUtils
public ControlPointUtils()
-
-
Method Details
-
doWrap
-
doWrap
-
doScheduledWrap
-
doScheduledWrap
-