net.directj.csf.impl
Class ClientImpl.ShutdownHook

java.lang.Object
  |
  +--net.directj.csf.impl.ClientImpl.ShutdownHook
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
ClientImpl

private class ClientImpl.ShutdownHook
extends java.lang.Object
implements java.lang.Runnable

This class is used to stop the client at the end of the JVM.

Version:
0.1.0
Author:
CARTAPANIS Alexandre <earendil@jprolog.net>

Constructor Summary
private ClientImpl.ShutdownHook()
           
 
Method Summary
 void run()
          Runs the shutdown hook.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientImpl.ShutdownHook

private ClientImpl.ShutdownHook()
Method Detail

run

public void run()
Runs the shutdown hook. This implementation close the file.

Specified by:
run in interface java.lang.Runnable


Copyright © 2002 CARTAPANIS Alexandre
This page was last updated on May 10 2003