| Package | Description |
|---|---|
| org.jboss.threads |
| Modifier and Type | Field and Description |
|---|---|
private EventListener<A> |
SimpleShutdownListenable.Registration.listener |
| Modifier and Type | Method and Description |
|---|---|
<A> void |
QueuelessExecutor.addShutdownListener(EventListener<A> shutdownListener,
A attachment)
Add a shutdown listener.
|
<A> void |
ShutdownListenable.addShutdownListener(EventListener<A> shutdownListener,
A attachment)
Add a shutdown listener.
|
<A> void |
JBossThreadPoolExecutor.addShutdownListener(EventListener<A> shutdownListener,
A attachment)
Add a shutdown listener.
|
<A> void |
SimpleShutdownListenable.addShutdownListener(EventListener<A> shutdownListener,
A attachment)
Add a shutdown listener.
|
<A> void |
JBossScheduledThreadPoolExecutor.addShutdownListener(EventListener<A> shutdownListener,
A attachment)
Add a shutdown listener.
|
<A> void |
QueueExecutor.addShutdownListener(EventListener<A> shutdownListener,
A attachment)
Add a shutdown listener.
|
| Constructor and Description |
|---|
Registration(EventListener<A> listener,
A attachment) |