Class Shutdown
java.lang.Object
org.apache.fulcrum.yaafi.service.shutdown.Shutdown
- All Implemented Interfaces:
Runnable
This class process the shutdown notification from the JVM.
- Author:
- Siegfried Goeschl
-
Constructor Summary
ConstructorsConstructorDescriptionShutdown
(org.apache.avalon.framework.activity.Disposable disposable, boolean useSystemExit) Constructor. -
Method Summary
-
Constructor Details
-
Shutdown
public Shutdown(org.apache.avalon.framework.activity.Disposable disposable, boolean useSystemExit) Constructor.- Parameters:
disposable
- the instance to be disposeduseSystemExit
- call System.exit()?
-
-
Method Details