|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--examples.migration.Migrator
The Migrator class illustrates the implementation of a simple migration tool. The arguments
required to run this class are:
1st argument should be the queue manager name to be migrated
2nd argument should be the base directory of the registry for that queue manager. For
instance if you have a queue manager name of queueManager1 and you have used the default name
for the registry directory, the directory required will be queueManager1\Registry
Field Summary | |
static short[] |
version
|
Constructor Summary | |
Migrator()
|
Method Summary | |
static void |
main(java.lang.String[] args)
Starts the Migrator application. |
void |
validationError(java.lang.String txt)
Method to report errors in a common format. |
void |
validationInformation(java.lang.String txt)
Method to report information in a common format. |
void |
validationWarning(java.lang.String txt)
Method to report warnings in a common format. |
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 Migrator()
Method Detail |
public static void main(java.lang.String[] args)
args
- an array of command-line argumentspublic void validationError(java.lang.String txt)
validationError
in interface MQeDiskImageValidationReporter
txt
- A String.
public void validationInformation(java.lang.String txt)
validationInformation
in interface MQeDiskImageValidationReporter
txt
- A String.
public void validationWarning(java.lang.String txt)
validationWarning
in interface MQeDiskImageValidationReporter
txt
- A String.
|
Websphere MQ Everyplace | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |