|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.install.SimpleDeleteQM
Field Summary | |
static short[] |
version
|
Constructor Summary | |
SimpleDeleteQM()
SimpleDeleteQM constructor. |
Method Summary | |
boolean |
deleteConfiguration(java.lang.String filename,
boolean deleteFlag)
This does most of the work: validate the configuration file, check for confirmation, then delete the Queue Manager and Queue definitions and optionally delete the configuration file. |
static void |
main(java.lang.String[] args)
Start the application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static short[] version
Constructor Detail |
public SimpleDeleteQM()
Method Detail |
public boolean deleteConfiguration(java.lang.String filename, boolean deleteFlag) throws java.lang.Exception
filename
- Name of the configuration (.ini) file.deleteFlag
- If true, delete the configuration file.
java.lang.exception
- Thrown on error
java.lang.Exception
public static void main(java.lang.String[] args)
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |