Skip navigation links

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

E17060-03


oracle.odi.domain.runtime.lpi
Class OdiLoadPlanInstanceStepRunScenario

java.lang.Object
  extended by oracle.odi.domain.support.BusinessObject
      extended by oracle.odi.domain.support.AbstractRepositoryEntity
          extended by oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceElement
              extended by oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
                  extended by oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStepRunScenario

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

public class OdiLoadPlanInstanceStepRunScenario
extends OdiLoadPlanInstanceStep

This class represents the OdiLoadPlanStepRunScenario class in the OdiLoadPlanInstance hierarchy

.

It only offers consultation methods.

Since:
11.1.1.5.0
See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceElement
NAME_MAX_LENGTH

 

Method Summary
 OdiContext getContext()
           
 OdiLogicalAgent getLogicalAgent()
           
 java.lang.String getLogicalAgentName()
           
 int getPriority()
           
 OdiLoadPlanStepRunScenario.RestartType getRestartType()
           
 Tag getScenarioTag()
           
 void setLogicalAgentName(java.lang.String agentName)
           

 

Methods inherited from class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceStep
getExceptionBehavior, getExceptionStep, getInternalId, getLoadPlanInstanceStepVariables, getLog, getOrder, getParentLoadPlanInstanceElement, getSessionKeywordsAsString, getTimeout, isEnabled

 

Methods inherited from class oracle.odi.domain.runtime.lpi.OdiLoadPlanInstanceElement
getName, getSecurityContainer, getStepId

 

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

getRestartType

public OdiLoadPlanStepRunScenario.RestartType getRestartType()
Returns:
Restart behavior of this step when the Load Plan Instance is restarted
See Also:
OdiLoadPlanStepRunScenario.RestartType

getContext

public OdiContext getContext()
Returns:
Forced Context that will be used to execute this Step.
See Also:
OdiContext

getLogicalAgent

public OdiLogicalAgent getLogicalAgent()
Returns:
Forced logical agent in charge of executing this Step.
See Also:
OdiLogicalAgent

setLogicalAgentName

public void setLogicalAgentName(java.lang.String agentName)

getLogicalAgentName

public java.lang.String getLogicalAgentName()

getPriority

public int getPriority()
Returns:
an integer priority for this step when this step is a RunScenario step in the ODI agent. Value range is 0 to 100 (100 being highest priority). Default is 0. The priority of a run scenario step is evaluated globally for all running load plans instances.
See Also:
#MAX_PRIORITY, #MIN_PRIORITY

getScenarioTag

public Tag getScenarioTag()
Returns:
The OdiScenario tag to execute Tag
See Also:
OdiScenario

Skip navigation links

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

E17060-03


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