| Package | Description |
|---|---|
| oracle.odi.domain.runtime.session |
This package contains classes for managing Oracle Data Integrator Sessions and related objects.
|
| Modifier and Type | Method and Description |
|---|---|
static OdiSessionCustomStep |
OdiSessionCustomStep.createOnConnectStep()
FOR INTERNAL USE ONLY.
|
static OdiSessionCustomStep |
OdiSessionCustomStep.createOnDisconnectStep()
FOR INTERNAL USE ONLY.
|
static OdiSessionCustomStep |
OdiSessionCustomStep.createSessionCustomStep(OdiSessionBlueprintStep pSessionBlueprintStep)
Constructs new
OdiSessionCustomStep overriding the specified
OdiSessionBlueprintStep. |
OdiSessionCustomStep |
OdiSessionStepLog.getSessionCustomStep()
Returns the related
OdiSessionCustomStep, if some blueprint values were
overridden between restarts, or if related step is of OnConnect/OnDisconnect type;
null - otherwise. |
| Modifier and Type | Method and Description |
|---|---|
void |
OdiSession.addSessionCustomStep(OdiSessionCustomStep pSessionCustomStep)
Adds the
OdiSessionCustomStep to this OdiSession. |