Uses of Interface
org.jboss.threads.InterruptHandler
Packages that use InterruptHandler
-
Uses of InterruptHandler in org.jboss.threads
Methods in org.jboss.threads that return InterruptHandlerModifier and TypeMethodDescriptionstatic InterruptHandlerJBossThread.getAndSetInterruptHandler(InterruptHandler newInterruptHandler) Swap the current thread's active interrupt handler.Methods in org.jboss.threads with parameters of type InterruptHandlerModifier and TypeMethodDescriptionstatic <T, U, E extends Exception>
voidJBossThread.acceptWithInterruptHandler(InterruptHandler interruptHandler, org.wildfly.common.function.ExceptionBiConsumer<T, U, E> function, T param1, U param2) Deprecated.static <T, E extends Exception>
voidJBossThread.acceptWithInterruptHandler(InterruptHandler interruptHandler, org.wildfly.common.function.ExceptionConsumer<T, E> function, T param1) Deprecated.static <T, E extends Exception>
voidJBossThread.acceptWithInterruptHandler(InterruptHandler interruptHandler, org.wildfly.common.function.ExceptionObjIntConsumer<T, E> function, T param1, int param2) Deprecated.static <T, E extends Exception>
voidJBossThread.acceptWithInterruptHandler(InterruptHandler interruptHandler, org.wildfly.common.function.ExceptionObjLongConsumer<T, E> function, T param1, long param2) Deprecated.static <T, U, R, E extends Exception>
RJBossThread.applyWithInterruptHandler(InterruptHandler interruptHandler, org.wildfly.common.function.ExceptionBiFunction<T, U, R, E> function, T param1, U param2) Deprecated.static <T, R, E extends Exception>
RJBossThread.applyWithInterruptHandler(InterruptHandler interruptHandler, org.wildfly.common.function.ExceptionFunction<T, R, E> function, T param1) Deprecated.static InterruptHandlerJBossThread.getAndSetInterruptHandler(InterruptHandler newInterruptHandler) Swap the current thread's active interrupt handler.static <R, E extends Exception>
RJBossThread.getWithInterruptHandler(InterruptHandler interruptHandler, org.wildfly.common.function.ExceptionSupplier<R, E> function) Deprecated.static <E extends Exception>
voidJBossThread.runWithInterruptHandler(InterruptHandler interruptHandler, org.wildfly.common.function.ExceptionRunnable<E> function) Deprecated.