Package org.jboss.util.timeout
Class TimeoutFactory.TimeoutWorker
- java.lang.Object
-
- org.jboss.util.timeout.TimeoutFactory.TimeoutWorker
-
- All Implemented Interfaces:
java.lang.Runnable
- Enclosing class:
- TimeoutFactory
private static class TimeoutFactory.TimeoutWorker extends java.lang.Object implements java.lang.Runnable
A runnable that fires the timeout callback
-
-
Field Summary
Fields Modifier and Type Field Description private TimeoutExt
work
-
Constructor Summary
Constructors Constructor Description TimeoutWorker(TimeoutExt work)
Create a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
run()
Override to fire the timeout.
-
-
-
Field Detail
-
work
private TimeoutExt work
-
-
Constructor Detail
-
TimeoutWorker
TimeoutWorker(TimeoutExt work)
Create a new instance.- Parameters:
work
- The timeout that should be fired.
-
-