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

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

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

Methods in com.ibm.tws.objects.model that return RecoveryOption
 RecoveryOption DistJobDefinition.getRecoveryOption()
          Returns the job definition recovery option.
 

Methods in com.ibm.tws.objects.model with parameters of type RecoveryOption
 void DistJobDefinition.setRecoveryOption(RecoveryOption value)
          Sets the job definition recovery option.
 

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

Methods in com.ibm.tws.objects.plan that return RecoveryOption
 RecoveryOption DistJobDefinitionInPlan.getRecoveryOption()
          Returns the job definition recovery option.
 

Methods in com.ibm.tws.objects.plan with parameters of type RecoveryOption
 void DistJobDefinitionInPlan.setRecoveryOption(RecoveryOption value)
          Sets the job definition recovery option.
 

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

Fields in com.ibm.tws.objects.types declared as RecoveryOption
static RecoveryOption RecoveryOption.STOP
          The STOP value.
static RecoveryOption RecoveryOption.CONTINUE
          The CONTINUE value.
static RecoveryOption RecoveryOption.RERUN
          The RERUN value.
 

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



Copyright © 2005 IBM All Rights Reserved.