org.apache.fulcrum.yaafi.cli
Class Shutdown
java.lang.Object
org.apache.fulcrum.yaafi.cli.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 Summary |
Shutdown(org.apache.avalon.framework.activity.Disposable disposable)
Constructor |
Method Summary |
void |
run()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Shutdown
public Shutdown(org.apache.avalon.framework.activity.Disposable disposable)
- Constructor
- Parameters:
disposable
- The service manager to be disposed
run
public void run()
- Specified by:
run
in interface Runnable
- See Also:
Runnable.run()
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.