Uses of Class
ee.jakarta.tck.concurrent.common.managed.task.listener.ManagedTaskListenerImpl
Packages that use ManagedTaskListenerImpl
Package
Description
-
Uses of ManagedTaskListenerImpl in ee.jakarta.tck.concurrent.api.ManagedTaskListener
Constructors in ee.jakarta.tck.concurrent.api.ManagedTaskListener with parameters of type ManagedTaskListenerImpl -
Uses of ManagedTaskListenerImpl in ee.jakarta.tck.concurrent.common.managed.task.listener
Methods in ee.jakarta.tck.concurrent.common.managed.task.listener that return ManagedTaskListenerImplConstructors in ee.jakarta.tck.concurrent.common.managed.task.listener with parameters of type ManagedTaskListenerImplModifierConstructorDescriptionRunnableTaskWithStatus
(ManagedTaskListenerImpl listener, Duration blockTime) -
Uses of ManagedTaskListenerImpl in ee.jakarta.tck.concurrent.framework.junit.extensions
Methods in ee.jakarta.tck.concurrent.framework.junit.extensions with parameters of type ManagedTaskListenerImplModifier and TypeMethodDescriptionstatic void
Wait.waitForListenerComplete
(ManagedTaskListenerImpl managedTaskListener) Wait for listener to complete, but will timeout afterTestConstants.waitTimeout
, and will be polled everTestConstants.pollInterval
static void
Wait.waitForListenerComplete
(ManagedTaskListenerImpl managedTaskListener, Duration timeout, Duration pollInterval) Wait for listener to complete, but will timeout after a specified timeout, and will be polled ever specified interval