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 interfaceTimeoutExtTimeout Extension.Classes in org.jboss.util.timeout that implement Timeout Modifier and Type Class Description private classHashedTimeoutPriorityQueueImpl.TimeoutExtImplOur private Timeout implementation.private classTimeoutPriorityQueueImpl.TimeoutExtImplOur private Timeout implementation.Methods in org.jboss.util.timeout that return Timeout Modifier and Type Method Description static TimeoutTimeoutFactory. createTimeout(long time, TimeoutTarget target)Schedules a new timeout using the singleton TimeoutFactoryTimeoutTimeoutFactory. schedule(long time, java.lang.Runnable run)Schedules a new timeout.TimeoutTimeoutFactory. 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 voidTimeoutFactory.TimeoutTargetImpl. timedOut(Timeout ignored)voidTimeoutTarget. timedOut(Timeout timeout)The timeout callback function is invoked when the timeout expires.
-