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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
version
public static short[] version
OS4690ConfigInfo
public OS4690ConfigInfo()
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