com.ibm.workflow.upes
Class ImplementationData
java.lang.Object
|
+--com.ibm.workflow.upes.ImplementationData
- public class ImplementationData
- extends java.lang.Object
The ImplementationData
class represents
the implementation data sections from the XML InvokeProgram
message of the MQSeries Workflow XML interface,
as a Java class.
For each possible entry in the XML message there is a data memeber of this class.
It has the ability to traverse a given DOM Tree (i.e. a given rootElement of type TXElement)
and to fill out all given information during the traversal.
Constructor Summary |
ImplementationData(org.w3c.dom.Element IDRoot)
ImplementationData the constructor of the class, which parses the given root element
of the DOM tree which represents the implementation data. |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
ExeOptions
public final int ExeOptions
DllOptions
public final int DllOptions
ExternalOptions
public final int ExternalOptions
KindOfOptions
public int KindOfOptions
_AutomaticClose
public java.lang.String _AutomaticClose
_BackwardMappingFormat
public java.lang.String _BackwardMappingFormat
_BackwardMappingParameters
public java.lang.String _BackwardMappingParameters
_CodePage
public java.lang.String _CodePage
_DllV2Compatible
public java.lang.String _DllV2Compatible
_EntryPointName
public java.lang.String _EntryPointName
_Environment
public java.lang.String _Environment
_ExecutableName
public java.lang.String _ExecutableName
_ExecutableType
public java.lang.String _ExecutableType
_ExecuteFenced
public java.lang.String _ExecuteFenced
_ForwardMappingFormat
public java.lang.String _ForwardMappingFormat
_ForwardMappingParameters
public java.lang.String _ForwardMappingParameters
_InheritEnvironment
public java.lang.String _InheritEnvironment
_InvocationType
public java.lang.String _InvocationType
_IsLocalUser
public java.lang.String _IsLocalUser
_IsMappingRoutineCall
public java.lang.String _IsMappingRoutineCall
_IsSecurityRoutineCall
public java.lang.String _IsSecurityRoutineCall
_KeepLoaded
public java.lang.String _KeepLoaded
_MappingType
public java.lang.String _MappingType
_PathAndFileName
public java.lang.String _PathAndFileName
_RunInXTerm
public java.lang.String _RunInXTerm
_ServiceName
public java.lang.String _ServiceName
_ServiceType
public java.lang.String _ServiceType
_StartInForeGround
public java.lang.String _StartInForeGround
_TimeoutInterval
public java.lang.String _TimeoutInterval
_TimeoutPeriod
public java.lang.String _TimeoutPeriod
_WindowStyle
public java.lang.String _WindowStyle
_WorkingDirectoryName
public java.lang.String _WorkingDirectoryName
ImplementationData
public ImplementationData(org.w3c.dom.Element IDRoot)
- ImplementationData the constructor of the class, which parses the given root element
of the DOM tree which represents the implementation data.