Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


oracle.odi.domain.runtime.loadplan
Class OdiLoadPlanStepParallel

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.AbstractRepositoryEntity
          extended by oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
              extended by oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
                  extended by oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
                      extended by oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepParallel

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, IRepositoryEntity

public class OdiLoadPlanStepParallel
extends OdiLoadPlanStepContainer

Concrete class for OdiLoadPlanStep describing the execution of children step in parallel.

Since:
11.1.1.5.0
See Also:
Serialized Form

Nested Class Summary
static class OdiLoadPlanStepParallel.RestartType
          Restart behavior of this step when the Load Plan is restarted.

 

Nested classes/interfaces inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
OdiLoadPlanStep.ExceptionBehavior, OdiLoadPlanStep.RegenerationMode

 

Field Summary

 

Fields inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
MAX_PRIORITY, MIN_PRIORITY, SESSION_KEYWORDS_MAX_LENGTH

 

Fields inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
NAME_MAX_LENGTH

 

Method Summary
 int getMaxErrorChildCount()
           
 OdiLoadPlanStepParallel.RestartType getRestartType()
          Returns the restart behavior of this step when the Load Plan is restarted.
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException
 void setMaxErrorChildCount(int maxErrorChildCount)
           
 void setRestartType(OdiLoadPlanStepParallel.RestartType restartType)
          Defines the restart behavior of this step when the Load Plan is restarted.

 

Methods inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStepContainer
addStepCase, addStepParallel, addStepRunScenario, addStepRunScenario, addStepSerial, addStepToEnd, copy, getChildrenSteps, getInternalId, moveAfter, moveBefore, prepareForMovingSteps, regenerate, removeStep

 

Methods inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep
addVariable, addVariable, duplicate, duplicate, getException, getExceptionBehavior, getLoadPlanStepVariables, getOrder, getParentElement, getSessionKeywordsAsString, getTimeout, isEnabled, removeVariable, setEnabled, setException, setExceptionBehavior, setSessionKeywordsAsString, setTimeout

 

Methods inherited from class oracle.odi.domain.runtime.loadplan.OdiLoadPlanElement
getName, getSecurityContainer, getStepId, hasDisabledParent, setName

 

Methods inherited from class oracle.odi.domain.support.BusinessObject
clone

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

getMaxErrorChildCount

public int getMaxErrorChildCount()
Returns:
Maximum number of sub-elements in error that is acceptable before this step is to be considered in error.
See Also:
setMaxErrorChildCount(int)

setMaxErrorChildCount

public void setMaxErrorChildCount(int maxErrorChildCount)
Parameters:
maxErrorChildCount - Maximum number of sub-elements in error that is acceptable before this step is to be considered in error. Must be 0 or positive.
Throws:
java.lang.IllegalArgumentException - if the count is negative.
See Also:
getMaxErrorChildCount()

getRestartType

public OdiLoadPlanStepParallel.RestartType getRestartType()
Returns the restart behavior of this step when the Load Plan is restarted.
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException
Throws:
java.lang.UnsupportedOperationException - if the step is part of an exception hierarchy
See Also:
setRestartType(RestartType), OdiLoadPlanStepParallel.RestartType

setRestartType

public void setRestartType(OdiLoadPlanStepParallel.RestartType restartType)
Defines the restart behavior of this step when the Load Plan is restarted.
Parameters:
restartType -
Throws:
java.lang.UnsupportedOperationException - if the step is part of an exception hierarchy
See Also:
getRestartType(), OdiLoadPlanStepParallel.RestartType

Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.5.0)

E17060-02


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.