|
From: Fredrik I. <fre...@st...> - 2003-10-21 15:40:43
|
Hi See for example http://developer.java.sun.com/developer/TechTips/2000/tt0711.html Searching for "shutdown hook" on=20 http://java.sun.com=20 will give you lots of information. Best Regards Fredrik Citerat fr=E5n Yasir Khan <yas...@as...>: > Hi, >=20 > "If the application has registered its own shutdown hook, it will be > invoked, giving the application a chance to shutdown cleanly. If on the > other hand, a shutdown hook is not registered, then the application wil= l > suddenly exit."=20 >=20 > Above text is taken from the integration method-1 introduction. I just > want to ask that what is meant by registering shut down hook and how ca= n > a JAVA application register its own shutdown hook, so that it could be > invoked using integration method-1?. Thanx. =20 >=20 > Best Regards, > Yasir Khan >=20 >=20 |