Uses of Class
com.ibm.workflow.api.ProgramTemplatePackage.ExeMode

Packages that use ExeMode
com.ibm.workflow.api   
com.ibm.workflow.api.ProgramTemplatePackage   
 

Uses of ExeMode in com.ibm.workflow.api
 

Methods in com.ibm.workflow.api that return ExeMode
 ExeMode ProgramTemplate.executionMode()
          States whether the program can participate in global transactions or not.
 ExeMode ProgramData.executionMode()
          States whether the program can participate in global transactions or not.
 

Uses of ExeMode in com.ibm.workflow.api.ProgramTemplatePackage
 

Fields in com.ibm.workflow.api.ProgramTemplatePackage declared as ExeMode
static ExeMode ExeMode.NOT_SET
           
static ExeMode ExeMode.NORMAL
           
static ExeMode ExeMode.SAFE
           
 

Methods in com.ibm.workflow.api.ProgramTemplatePackage that return ExeMode
static ExeMode ExeMode.from_int(int $value)
          Returns the solitaire representing the given (zero-based) numeric value.
 



© Copyright IBM Corporation 1999, 2007. All Rights Reserved.