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.OdiSessionStepLog

Packages that use OdiSessionStepLog
oracle.odi.domain.runtime.session This package contains classes for managing Oracle Data Integrator Sessions and related objects. 

 

Uses of OdiSessionStepLog in oracle.odi.domain.runtime.session

 

Methods in oracle.odi.domain.runtime.session that return OdiSessionStepLog
 OdiSessionStepLog OdiSession.getFailureStepLog()
          Return the step log (OdiSessionStepLog) that caused the session's failure.
 OdiSessionStepLog OdiSessionStepLog.getNextStepAfterFailure()
          Retrieves the execution log of the step that has to be executed after one related to this OdiSessionStepLog, if it failed.
 OdiSessionStepLog OdiSessionStepLog.getNextStepAfterSuccess()
          Retrieves the execution log of the step that has to be executed after one related to this OdiSessionStepLog, if it succeeds.
 OdiSessionStepLog OdiSession.getRunningStepLog()
          Obtains the current running step log (OdiSessionStepLog), or null if the execution is not yet started or is finished.
 OdiSessionStepLog OdiSessionTaskLog.getSessionStepLog()
          Obtains the enclosing step execution.

 

Methods in oracle.odi.domain.runtime.session that return types with arguments of type OdiSessionStepLog
 java.util.List<OdiSessionStepLog> OdiSession.getSessionStepLogs()
          Obtains the ordered list of executed steps' logs (OdiSessionStepLog).

 


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.