Package | Description |
---|---|
oracle.odi.domain.runtime.common | |
oracle.odi.domain.runtime.loadplan | |
oracle.odi.domain.runtime.lpi | |
oracle.odi.domain.runtime.scenario |
This package contains classes for managing Oracle Data Integrator Scenarios and related objects.
|
oracle.odi.domain.runtime.session.blueprint |
Modifier and Type | Field and Description |
---|---|
static CecBehavior |
CecBehavior.ERROR
Fail the execution in Error state (the default).
|
static CecBehavior |
CecBehavior.WAIT
Wait until concurrently executing object is finished.
|
Modifier and Type | Method and Description |
---|---|
static CecBehavior |
CecBehavior.fromCode(java.lang.String code) |
static CecBehavior |
CecBehavior.valueOf(java.lang.String name) |
static CecBehavior[] |
CecBehavior.values() |
Modifier and Type | Method and Description |
---|---|
CecBehavior |
OdiLoadPlan.getCecLprBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
OdiLoadPlan.setCecLprBehavior(CecBehavior cecLprBehavior)
Set the
CecBehavior of this load plan that applies when getMaxCecLpr() returns a positive value. |
Modifier and Type | Method and Description |
---|---|
CecBehavior |
OdiLoadPlanInstance.getCecLprBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
OdiLoadPlanInstance.setCecLprBehavior(CecBehavior cecLprBehavior)
Set the
CecBehavior of this load plan instance that applies when getMaxCecLpr() returns a positive value. |
Modifier and Type | Method and Description |
---|---|
CecBehavior |
OdiScenario.getCecSessBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
OdiScenario.setCecSessBehavior(CecBehavior cecSessBehavior)
Set the
CecBehavior of this scenario that applies when getMaxCecSess() returns a positive value. |
Modifier and Type | Method and Description |
---|---|
CecBehavior |
OdiSessionBlueprint.getCecSessBehavior() |
Modifier and Type | Method and Description |
---|---|
void |
OdiSessionBlueprint.setCecSessBehavior(CecBehavior cecSessBehavior)
Set the
CecBehavior of this session blueprint that applies when getMaxCecSess() returns a positive value. |