Uses of Class
com.ibm.tws.objects.types.CriticalJobType

Packages that use CriticalJobType
com.ibm.tws.objects.model   
com.ibm.tws.objects.plan   
com.ibm.tws.objects.types   
 

Uses of CriticalJobType in com.ibm.tws.objects.model
 

Methods in com.ibm.tws.objects.model that return CriticalJobType
 CriticalJobType ZOSJobDefinition.getWLMCriticalJobType()
          Returns the CriticalJobType option.
 

Methods in com.ibm.tws.objects.model with parameters of type CriticalJobType
 void ZOSJobDefinition.setWLMCriticalJobType(CriticalJobType value)
          Sets the CriticalJobType option.
 

Uses of CriticalJobType in com.ibm.tws.objects.plan
 

Methods in com.ibm.tws.objects.plan that return CriticalJobType
 CriticalJobType ZOSJobDefinitionInPlan.getWLMCriticalJobType()
          Returns the CriticalJobType option.
 

Methods in com.ibm.tws.objects.plan with parameters of type CriticalJobType
 void ZOSJobDefinitionInPlan.setWLMCriticalJobType(CriticalJobType value)
          Sets the WLM critical job property.
 

Uses of CriticalJobType in com.ibm.tws.objects.types
 

Fields in com.ibm.tws.objects.types declared as CriticalJobType
static CriticalJobType CriticalJobType.NO
          The NO value.
static CriticalJobType CriticalJobType.PATH
          The PATH value.
static CriticalJobType CriticalJobType.WLM
          The WLM value.
 

Methods in com.ibm.tws.objects.types that return CriticalJobType
static CriticalJobType CriticalJobType.getInstance(char charValue)
          Returns a reference to the instance of CriticalJobType that is associated to the specified character.
 



Copyright © 2005 IBM All Rights Reserved.