|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--org.jcrontab.Jcrontab
This class starts a jcrontab. Call the main method with two parameters and will start a Crontab
| 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 |
public Jcrontab()
| Method Detail |
public static void main(java.lang.String[] args)
args - String[] the params passed from the console
public static void ShutdownHook()
throws java.lang.Exception
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||