Package org.jboss.util.timeout
Interface TimeoutExt
-
- All Superinterfaces:
Timeout
- All Known Implementing Classes:
HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
,TimeoutPriorityQueueImpl.TimeoutExtImpl
public interface TimeoutExt extends Timeout
Timeout Extension.- Version:
- $Revision$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
done()
Mark the work as donelong
getTime()
TimeoutTarget
getTimeoutTarget()
Get the target of this timeout
-
-
-
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
-
-