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 OdiSessionCustomTask |
OdiSessionCustomTask.createOnConnectTask(int pOrder)
FOR INTERNAL USE ONLY.
|
static OdiSessionCustomTask |
OdiSessionCustomTask.createOnDisconnectTask(int pOrder)
FOR INTERNAL USE ONLY.
|
static OdiSessionCustomTask |
OdiSessionCustomTask.createSessionCustomTask(OdiSessionBlueprintTask pSessionBlueprintTask)
Constructs new
OdiSessionCustomTask overriding the specified
OdiSessionBlueprintTask . |
OdiSessionCustomTask |
OdiSessionTaskLog.getSessionCustomTask()
Returns the related
OdiSessionCustomTask , if some blueprint values were
overridden between restarts, or if related task is of OnConnect/OnDisconnect type;
null - otherwise. |
Modifier and Type | Method and Description |
---|---|
void |
OdiSession.addSessionCustomTask(OdiSessionCustomTask pSessionCustomTask)
Adds the
OdiSessionCustomTask to this OdiSession . |