Uses of Interface
org.jboss.util.timeout.Timeout

Packages that use Timeout
org.jboss.util.timeout Timeout utilties. 
 

Uses of Timeout in org.jboss.util.timeout
 

Subinterfaces of Timeout in org.jboss.util.timeout
 interface TimeoutExt
          Timeout Extension.
 

Methods in org.jboss.util.timeout that return Timeout
static Timeout TimeoutFactory.createTimeout(long time, TimeoutTarget target)
          Schedules a new timeout using the singleton TimeoutFactory
 Timeout TimeoutFactory.schedule(long time, 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
 void TimeoutTarget.timedOut(Timeout timeout)
          The timeout callback function is invoked when the timeout expires.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.