|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogLevel | |
|---|---|
| oracle.odi.domain.runtime.session | This package contains classes for managing Oracle Data Integrator Sessions and related objects. |
| oracle.odi.domain.topology | This package contains the Oracle Data Integrator Topology domain model implementation. |
| Uses of LogLevel in oracle.odi.domain.runtime.session |
|---|
| Methods in oracle.odi.domain.runtime.session that return LogLevel | |
|---|---|
LogLevel |
OdiSession.getLogLevel()Deprecated. As of 11.1.1.5 this method is replaced by #getExecutionMode() |
LogLevel |
OdiSessionTaskLog.getLogLevel()Returns level of log details for this OdiSessionTaskLog. |
LogLevel |
ExecutionMode.levelThreshold()Obtains the level threshold defined by this ExecutionMode. |
static LogLevel |
LogLevel.valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static LogLevel[] |
LogLevel.values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of LogLevel in oracle.odi.domain.topology |
|---|
| Methods in oracle.odi.domain.topology that return LogLevel | |
|---|---|
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. |
| Constructors in oracle.odi.domain.topology with parameters of type LogLevel | |
|---|---|
OdiOnConnectConfig(java.lang.String pCmd, LogLevel pLogLevel, java.util.Set<TransactionChannel> pTransactionChannels, boolean pShouldBePerformedOutsideTransactionChannels, boolean pShouldCommitCmd, boolean pShouldIgnoreErrors)Create a new OdiOnConnectConfig |
|
OdiOnDisconnectConfig(java.lang.String pCmd, LogLevel pLogLevel, java.util.Set<TransactionChannel> pTransactionChannels, boolean pShouldBePerformedOutsideTransactionChannels, boolean pShouldCommitCmd, boolean pShouldIgnoreErrors)Create a new OdiOnDisconnectConfig |
|
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||