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

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

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

Methods in com.ibm.tws.objects.model that return WLMPolicy
 WLMPolicy ZOSJobDefinition.getWLMPolicy()
          Returns the WLM policy.
 

Methods in com.ibm.tws.objects.model with parameters of type WLMPolicy
 void ZOSJobDefinition.setWLMPolicy(WLMPolicy value)
          Returns the WLM policy.
 

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

Methods in com.ibm.tws.objects.plan that return WLMPolicy
 WLMPolicy ZOSJobDefinitionInPlan.getWLMPolicy()
          Returns the WLM policy.
 

Methods in com.ibm.tws.objects.plan with parameters of type WLMPolicy
 void ZOSJobDefinitionInPlan.setWLMPolicy(WLMPolicy value)
          Returns the WLM policy.
 

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

Fields in com.ibm.tws.objects.types declared as WLMPolicy
static WLMPolicy WLMPolicy.DEFAULT
          The DEFAULT value.
static WLMPolicy WLMPolicy.LONGDURATION
          The LONGDURATION value.
static WLMPolicy WLMPolicy.DEADLINE
          The DEADLINE value.
static WLMPolicy WLMPolicy.LATESTSTART
          The LATESTSTART value.
static WLMPolicy WLMPolicy.CONDITIONAL
          The CONDITIONAL value.
 

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



Copyright © 2005 IBM All Rights Reserved.