Uses of Interface
org.jlab.coda.cMsg.cMsgShutdownHandlerInterface

Packages that use cMsgShutdownHandlerInterface
org.jlab.coda.cMsg   
 

Uses of cMsgShutdownHandlerInterface in org.jlab.coda.cMsg
 

Classes in org.jlab.coda.cMsg that implement cMsgShutdownHandlerInterface
 class cMsgShutdownHandlerDefault
          This class implements the default client shutdown handler.
 

Fields in org.jlab.coda.cMsg declared as cMsgShutdownHandlerInterface
protected  cMsgShutdownHandlerInterface cMsgDomainAdapter.shutdownHandler
          Handler for client shutdown command sent by server.
 

Methods in org.jlab.coda.cMsg that return cMsgShutdownHandlerInterface
 cMsgShutdownHandlerInterface cMsgDomainAdapter.getShutdownHandler()
          Method to get the shutdown handler of the client.
 cMsgShutdownHandlerInterface cMsg.getShutdownHandler()
          Method to get the shutdown handler of the client.
 cMsgShutdownHandlerInterface cMsgDomainInterface.getShutdownHandler()
          Method to get the shutdown handler of the client.
 

Methods in org.jlab.coda.cMsg with parameters of type cMsgShutdownHandlerInterface
 void cMsgDomainAdapter.setShutdownHandler(cMsgShutdownHandlerInterface handler)
          Method to set the shutdown handler of the client.
 void cMsg.setShutdownHandler(cMsgShutdownHandlerInterface handler)
          Method to set the shutdown handler of the client.
 void cMsgDomainInterface.setShutdownHandler(cMsgShutdownHandlerInterface handler)
          Method to set the shutdown handler of the client.