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 | |
oracle.odi.domain.topology |
This package contains the Oracle Data Integrator Topology domain model implementation.
|
Modifier and Type | Method and Description |
---|---|
LogLevel |
AbstractRuntimeTask.getLogLevel()
Returns the log level of this
AbstractRuntimeTask . |
LogLevel |
ITask.getLogLevel() |
Modifier and Type | Method and Description |
---|---|
void |
IStepTask.setLogLevel(LogLevel pLogLevel) |
void |
ITask.setLogLevel(LogLevel pLogLevel) |
Modifier and Type | Method and Description |
---|---|
void |
OdiScenarioTask.setLogLevel(LogLevel pLogLevel) |
Modifier and Type | Field and Description |
---|---|
static LogLevel |
LogLevel.LEVEL_0
Logging level 0.
|
static LogLevel |
LogLevel.LEVEL_1
Logging level 1.
|
static LogLevel |
LogLevel.LEVEL_2
Logging level 2.
|
static LogLevel |
LogLevel.LEVEL_3
Logging level 3.
|
static LogLevel |
LogLevel.LEVEL_4
Logging level 4.
|
static LogLevel |
LogLevel.LEVEL_5
Logging level 5.
|
Modifier and Type | Method and Description |
---|---|
LogLevel |
OdiSession.getLogLevel()
Deprecated.
As of 11.1.1.5 this method is replaced by #getExecutionMode()
|
LogLevel |
OdiSessionCustomTask.getLogLevel()
Returns the log level of this
OdiSessionCustomTask . |
LogLevel |
OdiSessionStep.getLogLevel()
Deprecated.
there is no such notion for step.
|
LogLevel |
OdiSessionTask.getLogLevel()
Deprecated.
|
LogLevel |
OdiSessionTaskLog.getLogLevel()
Deprecated.
replaced by
#getTask()#getLogLevel() |
LogLevel |
ExecutionMode.levelThreshold()
Obtains the level threshold defined by this ExecutionMode.
|
static LogLevel |
LogLevel.valueOf(java.lang.String name) |
static LogLevel[] |
LogLevel.values() |
Modifier and Type | Method and Description |
---|---|
void |
OdiSessionCustomTask.setLogLevel(LogLevel pLogLevel)
FOR INTERNAL USE ONLY.
|
void |
OdiSessionStep.setLogLevel(LogLevel pLogLevel)
Deprecated.
there is no such notion for step.
|
void |
OdiSessionTask.setLogLevel(LogLevel pLogLevel)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
OdiSessionBlueprintTask.setLogLevel(LogLevel pLogLevel) |
Modifier and Type | Method and Description |
---|---|
LogLevel |
OdiOnConnectConfig.getLogLevel()
Obtains log level to be used when executing onConnect command.
|
LogLevel |
OdiOnDisconnectConfig.getLogLevel()
Obtains log level to be used when executing onDisconnect command.
|
Constructor and Description |
---|
OdiOnConnectConfig(java.lang.String pCmd,
LogLevel pLogLevel,
java.util.Set pTransactionChannels,
boolean pShouldBePerformedOutsideTransactionChannels,
boolean pShouldCommitCmd,
boolean pShouldIgnoreErrors)
Create a new OdiOnConnectConfig
|
OdiOnDisconnectConfig(java.lang.String pCmd,
LogLevel pLogLevel,
java.util.Set pTransactionChannels,
boolean pShouldBePerformedOutsideTransactionChannels,
boolean pShouldCommitCmd,
boolean pShouldIgnoreErrors)
Create a new OdiOnDisconnectConfig
|