public class cMsgShutdowner
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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.
|
public void decodeCommandLine(java.lang.String[] args)
args
- command line argumentspublic static void main(java.lang.String[] args)
args
- arguments.public void run() throws cMsgException
cMsgException
- if error.