Package | Description |
---|---|
oracle.odi.domain.runtime.common | |
oracle.odi.domain.runtime.scenario |
This package contains classes for managing Oracle Data Integrator Scenarios and related objects.
|
oracle.odi.domain.runtime.session |
This package contains classes for managing Oracle Data Integrator Sessions and related objects.
|
oracle.odi.domain.runtime.session.blueprint |
Modifier and Type | Method and Description |
---|---|
TransactionChannel |
AbstractRuntimeTask.getSourceTransactionChannel()
Returns the transaction channel for source of this
AbstractRuntimeTask . |
TransactionChannel |
AbstractRuntimeTask.getTargetTransactionChannel()
Returns the transaction channel for target of this
AbstractRuntimeTask . |
Modifier and Type | Method and Description |
---|---|
void |
IStepTask.setSourceTransactionChannel(TransactionChannel pSourceTransactionChannel) |
void |
IStepTask.setTargetTransactionChannel(TransactionChannel pTargetTransactionChannel) |
Modifier and Type | Method and Description |
---|---|
void |
OdiScenarioTask.setSourceTransactionChannel(TransactionChannel pSourceTransactionChannel) |
void |
OdiScenarioTask.setTargetTransactionChannel(TransactionChannel pTargetTransactionChannel) |
Modifier and Type | Field and Description |
---|---|
static TransactionChannel |
TransactionChannel.CHANNEL_0
Transaction Channel 0
|
static TransactionChannel |
TransactionChannel.CHANNEL_1
Transaction Channel 1
|
static TransactionChannel |
TransactionChannel.CHANNEL_2
Transaction Channel 2
|
static TransactionChannel |
TransactionChannel.CHANNEL_3
Transaction Channel 3
|
static TransactionChannel |
TransactionChannel.CHANNEL_4
Transaction Channel 4
|
static TransactionChannel |
TransactionChannel.CHANNEL_5
Transaction Channel 5
|
static TransactionChannel |
TransactionChannel.CHANNEL_6
Transaction Channel 6
|
static TransactionChannel |
TransactionChannel.CHANNEL_7
Transaction Channel 7
|
static TransactionChannel |
TransactionChannel.CHANNEL_8
Transaction Channel 8
|
static TransactionChannel |
TransactionChannel.CHANNEL_9
Transaction Channel 9
|
static TransactionChannel |
TransactionChannel.CHANNEL_AUTOCOMMIT
AUTOCOMMIT for autocommit
|
Modifier and Type | Method and Description |
---|---|
TransactionChannel |
OdiSessionCustomTask.getSourceTransactionChannel()
Returns the transaction channel for source of underlying
OdiSessionBlueprintTask . |
TransactionChannel |
OdiSessionCustomTask.getTargetTransactionChannel()
Returns the target transaction channel of this
OdiSessionCustomTask . |
static TransactionChannel |
TransactionChannel.valueOf(java.lang.String name) |
static TransactionChannel[] |
TransactionChannel.values() |
Modifier and Type | Method and Description |
---|---|
void |
OdiSessionCustomTask.setTargetTransactionChannel(TransactionChannel pTargetTransactionChannel)
FOR INTERNAL USE ONLY.
|
Modifier and Type | Method and Description |
---|---|
void |
OdiSessionBlueprintTask.setSourceTransactionChannel(TransactionChannel pSourceTransactionChannel) |
void |
OdiSessionBlueprintTask.setTargetTransactionChannel(TransactionChannel pTargetTransactionChannel) |