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.


Field Summary
 java.lang.String _AutomaticClose
           
 java.lang.String _BackwardMappingFormat
           
 java.lang.String _BackwardMappingParameters
           
 java.lang.String _CodePage
           
 java.lang.String _DllV2Compatible
           
 java.lang.String _EntryPointName
           
 java.lang.String _Environment
           
 java.lang.String _ExecutableName
           
 java.lang.String _ExecutableType
           
 java.lang.String _ExecuteFenced
           
 java.lang.String _ForwardMappingFormat
           
 java.lang.String _ForwardMappingParameters
           
 java.lang.String _InheritEnvironment
           
 java.lang.String _InvocationType
           
 java.lang.String _IsLocalUser
           
 java.lang.String _IsMappingRoutineCall
           
 java.lang.String _IsSecurityRoutineCall
           
 java.lang.String _KeepLoaded
           
 java.lang.String _MappingType
           
 java.lang.String _PathAndFileName
           
 java.lang.String _RunInXTerm
           
 java.lang.String _ServiceName
           
 java.lang.String _ServiceType
           
 java.lang.String _StartInForeGround
           
 java.lang.String _TimeoutInterval
           
 java.lang.String _TimeoutPeriod
           
 java.lang.String _WindowStyle
           
 java.lang.String _WorkingDirectoryName
           
 int DllOptions
           
 int ExeOptions
           
 int ExternalOptions
           
 int KindOfOptions
           
 
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
 

Field Detail

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
Constructor Detail

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.