public class cMsgShutdowner
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
cMsgShutdowner.myShutdownHandler |
| Constructor and Description |
|---|
cMsgShutdowner(java.lang.String[] args)
Constructor.
|
| 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.
|
cMsgShutdowner(java.lang.String[] args)
args - arguments.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.