| Package | Description |
|---|---|
| org.jboss.util.timeout |
Timeout utilties.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimeoutExt
Timeout Extension.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
HashedTimeoutPriorityQueueImpl.TimeoutExtImpl
Our private Timeout implementation.
|
private class |
TimeoutPriorityQueueImpl.TimeoutExtImpl
Our private Timeout implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static Timeout |
TimeoutFactory.createTimeout(long time,
TimeoutTarget target)
Schedules a new timeout using the singleton TimeoutFactory
|
Timeout |
TimeoutFactory.schedule(long time,
java.lang.Runnable run)
Schedules a new timeout.
|
Timeout |
TimeoutFactory.schedule(long time,
TimeoutTarget target)
Schedules a new timeout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeoutFactory.TimeoutTargetImpl.timedOut(Timeout ignored) |
void |
TimeoutTarget.timedOut(Timeout timeout)
The timeout callback function is invoked when the timeout expires.
|