org.jcrontab
Class Jcrontab

java.lang.Object
  |
  +--org.jcrontab.Jcrontab

public class Jcrontab
extends java.lang.Object

This class starts a jcrontab. Call the main method with two parameters and will start a Crontab

Version:
$Revision: 1.2 $
Author:
$Author: iolalla $

Constructor Summary
Jcrontab()
           
 
Method Summary
static void main(java.lang.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
 

Constructor Detail

Jcrontab

public Jcrontab()
Method Detail

main

public static void main(java.lang.String[] args)
main method

Parameters:
args - String[] the params passed from the console

ShutdownHook

public static void ShutdownHook()
                         throws java.lang.Exception
This method seths a ShutdownHook to the system This traps the CTRL+C or kill signal and shutdows Correctly the system.

java.lang.Exception