org.wegra.net
Interface ShutdownOperation
- public interface ShutdownOperation
ƯÁ¤ ½Ã½ºÅÛÀÌ ¾Æ¿ôµÉ ¶§ ¸¶¹«¸® 󸮸¦ À§ÇØ Á¦°øµÈ´Ù.
- Version:
- 1.0 (2001-08-31)
- Author:
- wegra (Bok-Youn Lee)
Method Summary |
void |
shuttingDown(java.lang.Exception exception)
This method will be called just before server shutdown. |
shuttingDown
public void shuttingDown(java.lang.Exception exception)
- This method will be called just before server shutdown.
- Parameters:
exception
- ÀÌ ÀÎÀÚ°ªÀ¸·Î´Â ÀÏÀÜÀûÀÎ Á¾·áÀÏ °æ¿ì null À»,
¿¹¿Ü¿¡ ÀÇÇÑ Á¾·áÀÏ °æ¿ì ±× ¿¹¿Ü¸¦ ³Ñ°ÜÁØ´Ù.