|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
| 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). |
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.3.0) E17060-01 |
||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||