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
 

Methods in org.jboss.util.timeout that return Timeout
static Timeout TimeoutFactory.createTimeout(long time, TimeoutTarget target)
          Schedule 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.