org.jboss.util.timeout
Interface TimeoutExt

All Superinterfaces:
Timeout

public interface TimeoutExt
extends Timeout

Timeout Extension.

Version:
$Revision: 2787 $
Author:
Adrian Brock

Method Summary
 void done()
          Mark the work as done
 long getTime()
           
 TimeoutTarget getTimeoutTarget()
          Get the target of this timeout
 
Methods inherited from interface org.jboss.util.timeout.Timeout
cancel
 

Method Detail

getTimeoutTarget

TimeoutTarget getTimeoutTarget()
Get the target of this timeout

Returns:
the target

getTime

long getTime()
Returns:
the time of this timeout

done

void done()
Mark the work as done



Copyright © 2009 JBoss Inc.. All Rights Reserved.