need help on shutdown detection

hi can anybody tell me is there any method available in java to detect system shutdown..so that some other task can be done before shutdown..i am talking about normal shutdown..not forced shutdown...
[213 byte] By [samriddha] at [2007-11-26 19:10:53]
# 1
You can use shutdown hooks: http://java.sun.com/j2se/1.5.0/docs/guide/lang/hook-design.html
ChristopherAngela at 2007-7-9 21:07:23 > top of Java-index,Java Essentials,Java Programming...
# 2
Check out the apache commons daemon package.
malcolmmca at 2007-7-9 21:07:23 > top of Java-index,Java Essentials,Java Programming...