Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Uses of Class
oracle.odi.domain.runtime.session.LogLevel

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

 


Skip navigation links

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.6.0)

E17060-03


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.