org.jboss.util.timeout
Interface TimeoutExt

All Superinterfaces:
Timeout

public interface TimeoutExt
extends Timeout

Timeout Extension.

Version:
$Revision: 1.1.2.1 $
Author:
Adrian Brock

Method Summary
 void done()
          Mark the work as done
 long getTime()
          Get the time of this timeout
 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()
Get the time of this timeout


done

void done()
Mark the work as done



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