org.jcrontab
Class Jcrontab
java.lang.Object
org.jcrontab.Jcrontab
- public class Jcrontab
- extends Object
This class starts a jcrontab.
Call the main method with two parameters and will start a Crontab
- Version:
- $Revision: 1.6 $
pfharris 7/31/2003
fixed start up messsage - to match the code
- Author:
- $Author: iolalla $
Method Summary |
static void |
main(String[] args)
main method |
static void |
ShutdownHook()
This method seths a ShutdownHook to the system
This traps the CTRL+C or kill signal and shutdows
Correctly the system. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jcrontab
public Jcrontab()
main
public static void main(String[] args)
- main method
- Parameters:
args
- String[] the params passed from the console
ShutdownHook
public static void ShutdownHook()
throws Exception
- This method seths a ShutdownHook to the system
This traps the CTRL+C or kill signal and shutdows
Correctly the system.
- Throws:
Exception