| Modifier and Type | Field and Description |
|---|---|
private ShutDownHook |
InvokableAdapter.shutDownHook
Container for shutdown
callbacks. |
| Modifier and Type | Method and Description |
|---|---|
ShutDownHook |
ShutDownHook.register(Callable<Void> callback)
Registers a callback.
|
ShutDownHook |
ShutDownHook.register(Runnable callback)
Registers a callback.
|
| Constructor and Description |
|---|
InvokableAdapter(String[] args,
Runtime runtime,
ShutDownHook shutDownHook)
Dedicated constructor.
|
Copyright © 2012 Sven Strittmatter. All Rights Reserved.