Uses of Class
com.ibm.tws.objects.plan.JobInPlan

Packages that use JobInPlan
com.ibm.tws.conn.plan   
com.ibm.tws.objects.plan   
com.ibm.tws.zconn.plan   
 

Uses of JobInPlan in com.ibm.tws.conn.plan
 

Methods in com.ibm.tws.conn.plan that return JobInPlan
 JobInPlan ConnPlan.makeJobInPlanIntoJobStreamInstance(Identifier jobDefinitionId, Identifier jobStreamId, java.lang.String alias, Context context)
          This method generates a JobInPlan object starting from a JobDefinition taken from the database.
 JobInPlan ConnPlan.makeJobInPlan(Identifier jobDefinitionId, Identifier workstationId, java.lang.String alias, Context context)
          This method generates a JobInPlan object starting from a JobDefinition taken from the database.
 

Methods in com.ibm.tws.conn.plan with parameters of type JobInPlan
 Identifier ConnPlan.addJobInstance(JobInPlan job, Context context)
          Add the input job instance to the current Plan.
 void ConnPlan.setJobInstance(JobInPlan job, Context context)
          Change properties of the specified job.
 

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

Methods in com.ibm.tws.objects.plan that return JobInPlan
 JobInPlan JobDefinitionInPlan.getRecoveryJob()
          Returns the Recovery job referenced by this job definition For internal use only.
 

Methods in com.ibm.tws.objects.plan with parameters of type JobInPlan
 void JobDefinitionInPlan.setRecoveryJob(JobInPlan plan)
          Sets the Recovery job referenced by this job definition For internal use only.
 

Uses of JobInPlan in com.ibm.tws.zconn.plan
 

Methods in com.ibm.tws.zconn.plan that return JobInPlan
 JobInPlan ZConnPlan.makeJobInPlanIntoJobStreamInstance(Identifier jobId, Identifier jobStreamId, java.lang.String alias, Context context)
          This method generates a JobInPlan object starting from a JobDefinition taken from the database.
 JobInPlan ZConnPlan.makeJobInPlan(Identifier jobId, Identifier workstationId, java.lang.String alias, Context context)
          This method generates a JobInPlan object starting from a JobDefinition taken from the database.
 

Methods in com.ibm.tws.zconn.plan with parameters of type JobInPlan
 Identifier ZConnPlan.addJobInstance(JobInPlan job, Context context)
          Add the input job instance to the current Plan.
 void ZConnPlan.setJobInstance(JobInPlan job, Context context)
          Change properties of the specified job.
 void ZConnPlan.setWholeJobInstance(JobInPlan job, boolean changeStatus, java.util.List removeResourceDeps, java.util.List removeInternalDeps, java.util.List removeExternalDeps, java.util.List removeInternalSucc, java.util.List removeExternalSucc, java.util.List addResourceDeps, java.util.List addInternalDeps, java.util.List addExternalDeps, java.util.List addInternalSucc, java.util.List addExternalSucc, Context context)
          Change properties and dependencies of the specified job in a single atomic action
 



Copyright © 2005 IBM All Rights Reserved.