Uses of Class
com.ibm.tws.conn.exception.ConnEngineNotMasterException

Packages that use ConnEngineNotMasterException
com.ibm.tws.conn.plan   
com.ibm.tws.zconn.plan   
 

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

Methods in com.ibm.tws.conn.plan that throw ConnEngineNotMasterException
 java.util.List ConnPlan.addJobStreamInstance(JobStreamInPlan jobStream, Context context)
          Add the input job stream instance to the current Plan.
 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.
 JobStreamInPlan ConnPlan.makeJobStreamInPlan(Identifier jobStreamId, java.util.Date inputArrivalTime, java.lang.String alias, Context context)
          This method generates a JobStreamInPlan object starting from a JobStream taken from the database.
 Identifier ConnPlan.addJobInstanceIntoJobStreamInstance(Identifier jobDefinitionId, Identifier jobStreamId, java.lang.String alias, Context context)
          This method performs the operations of makeJobInPlanIntoJobStreamInstance and addJobInstance in a single invokation, without allowing user manipulation of the object.
 Identifier ConnPlan.addJobInstance(Identifier jobDefinitionId, Identifier workstationId, java.lang.String alias, Context context)
          This method performs the operations of makeJobInPlan and addJobInstance in a single invokation, without allowing user manipulation of the object.
 java.util.List ConnPlan.addJobStreamInstance(Identifier jobStreamId, java.util.Date inputArrivalTime, java.lang.String alias, Context context)
          This method performs the operations of makeJobStreamInPlan and addJobStreamInstance in a single invokation, without allowing user manipulation of the object.
 Identifier ConnPlan.createPlan(SymphonyInPlanKey key, java.util.Date startTime, long timeExtension, Context context)
          This method is used to create a Trial or a Forecast plan, depending on the type specified in the SymphonyInPlanKey, with the name specified in the key itself.
 Identifier ConnPlan.createPlanExtension(SymphonyInPlanKey key, long timeExtension, Context context)
          This method is used to create a Trial Plan extension starting from the current Plan.
 

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

Methods in com.ibm.tws.zconn.plan that throw ConnEngineNotMasterException
 java.util.List ZConnPlan.addJobStreamInstance(JobStreamInPlan jobStream, Context context)
          Add the input job stream instance to the current Plan.
 java.util.List ZConnPlan.addJobStreamInstance(java.lang.String name, java.util.Date startTime, java.util.Date deadlineTime, int priority, java.lang.String description, java.lang.String group, java.lang.String owner, java.lang.String ownerDescription, java.lang.String variableTable, java.lang.String authorityGroup, boolean holdAll, DependenciesResolutionOption dependeciesResolution, Context context)
          Add the job stream instance.
 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.
 JobStreamInPlan ZConnPlan.makeJobStreamInPlan(Identifier jobStreamId, java.util.Date inputArrivalTime, java.lang.String alias, Context context)
          This operation is not supported in z/OS environment.
 Identifier ZConnPlan.addJobInstanceIntoJobStreamInstance(Identifier jobId, Identifier jobStreamId, java.lang.String alias, Context context)
          This operation is not supported in z/OS environment.
 Identifier ZConnPlan.addJobInstance(Identifier jobId, Identifier workstationId, java.lang.String alias, Context context)
          This method Adds a Job Instance.
 java.util.List ZConnPlan.addJobStreamInstance(Identifier jobStreamId, java.util.Date inputArrivalTime, java.lang.String alias, Context context)
          This method adds a Job Stream to the current Plan.
 Identifier ZConnPlan.createPlan(SymphonyInPlanKey key, java.util.Date startTime, long timeExtension, Context context)
          This method is used to create a Trial or a Forecast plan.
 Identifier ZConnPlan.createPlanExtension(SymphonyInPlanKey key, long timeExtension, Context context)
          This method is used to create a Trial Plan extension starting from the current Plan.
 



Copyright © 2005 IBM All Rights Reserved.