org.jlab.coda.cMsg
Class cMsgShutdownHandlerDefault

java.lang.Object
  extended by org.jlab.coda.cMsg.cMsgShutdownHandlerDefault
All Implemented Interfaces:
cMsgShutdownHandlerInterface

public class cMsgShutdownHandlerDefault
extends java.lang.Object
implements cMsgShutdownHandlerInterface

This class implements the default client shutdown handler.


Constructor Summary
cMsgShutdownHandlerDefault()
           
 
Method Summary
 void handleShutdown()
          This method handles the shutdown command sent to a client.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

cMsgShutdownHandlerDefault

public cMsgShutdownHandlerDefault()
Method Detail

handleShutdown

public void handleShutdown()
Description copied from interface: cMsgShutdownHandlerInterface
This method handles the shutdown command sent to a client.

Specified by:
handleShutdown in interface cMsgShutdownHandlerInterface