| Package | Description |
|---|---|
| org.jboss.util.timeout |
Timeout utilties.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
TimeoutExt
Timeout Extension.
|
| 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,
Runnable run)
Schedules a new timeout.
|
Timeout |
TimeoutFactory.schedule(long time,
TimeoutTarget target)
Schedules a new timeout.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeoutTarget.timedOut(Timeout timeout)
The timeout callback function is invoked when the timeout expires.
|
Copyright © 2015 JBoss by Red Hat. All rights reserved.