JBoss Common Classes 2.2.17.GA

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


JBoss Common Classes 2.2.17.GA

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.