java.lang.Object
org.apache.fulcrum.yaafi.service.shutdown.Shutdown
All Implemented Interfaces:
Runnable

public class Shutdown extends Object implements Runnable
This class process the shutdown notification from the JVM.
Author:
Siegfried Goeschl
  • Constructor Details

    • Shutdown

      public Shutdown(org.apache.avalon.framework.activity.Disposable disposable, boolean useSystemExit)
      Constructor.
      Parameters:
      disposable - the instance to be disposed
      useSystemExit - call System.exit()?
  • Method Details