Websphere MQ Everyplace

examples.os4690
Class OS4690ConfigInfo

java.lang.Object
  |
  +--examples.os4690.OS4690ConfigInfo

public class OS4690ConfigInfo
extends java.lang.Object

Holds configuration information about the OS4690-resident queue manager centrally so that the configure, run and unconfigure classes all use the same names for things.

Use the activate method first, then getters.


Field Summary
static short[] version
           
 
Constructor Summary
OS4690ConfigInfo()
           
 
Method Summary
 void activate()
           
 java.lang.String getBaseDirectoryName()
           
 MQeFields getConfigFields()
           
 java.lang.String getQueueManagerName()
           
 java.lang.String getStorageLocation()
           
 java.lang.String getTestQueueLongName()
           
 java.lang.String getTestQueueShortName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

version

public static short[] version
Constructor Detail

OS4690ConfigInfo

public OS4690ConfigInfo()
Method Detail

getQueueManagerName

public java.lang.String getQueueManagerName()

getBaseDirectoryName

public java.lang.String getBaseDirectoryName()

getStorageLocation

public java.lang.String getStorageLocation()

getTestQueueLongName

public java.lang.String getTestQueueLongName()

getTestQueueShortName

public java.lang.String getTestQueueShortName()

getConfigFields

public MQeFields getConfigFields()

activate

public void activate()
              throws java.lang.Exception
java.lang.Exception

Websphere MQ Everyplace