Uses of Interface
org.jboss.util.timeout.Timeout
-
Packages that use Timeout Package Description org.jboss.util.timeout Timeout utilties. -
-
Uses of Timeout in org.jboss.util.timeout
Subinterfaces of Timeout in org.jboss.util.timeout Modifier and Type Interface Description interface
TimeoutExt
Timeout Extension.Classes in org.jboss.util.timeout that implement Timeout Modifier and Type Class Description private class
HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
Our private Timeout implementation.private class
TimeoutPriorityQueueImpl.TimeoutExtImpl
Our private Timeout implementation.Methods in org.jboss.util.timeout that return Timeout Modifier and Type Method Description static Timeout
TimeoutFactory. createTimeout(long time, TimeoutTarget target)
Schedules a new timeout using the singleton TimeoutFactoryTimeout
TimeoutFactory. schedule(long time, java.lang.Runnable run)
Schedules a new timeout.Timeout
TimeoutFactory. schedule(long time, TimeoutTarget target)
Schedules a new timeout.Methods in org.jboss.util.timeout with parameters of type Timeout Modifier and Type Method Description void
TimeoutFactory.TimeoutTargetImpl. timedOut(Timeout ignored)
void
TimeoutTarget. timedOut(Timeout timeout)
The timeout callback function is invoked when the timeout expires.
-