org.jlab.coda.cMsg.apps
Class cMsgShutdowner

java.lang.Object
  extended by org.jlab.coda.cMsg.apps.cMsgShutdowner

public class cMsgShutdowner
extends java.lang.Object

This is an example class which creates a cMsg client that shutsdown other specified cMsg clients (possibly including itself).


Method Summary
 void decodeCommandLine(java.lang.String[] args)
          Method to decode the command line used to start this application.
static void main(java.lang.String[] args)
          Run as a stand-alone application.
 void run()
          Run as a stand-alone application.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

decodeCommandLine

public void decodeCommandLine(java.lang.String[] args)
Method to decode the command line used to start this application.

Parameters:
args - command line arguments

main

public static void main(java.lang.String[] args)
Run as a stand-alone application.


run

public void run()
         throws cMsgException
Run as a stand-alone application.

Throws:
cMsgException