Skip navigation links

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

E17060-04


oracle.odi.domain.runtime.lpi
Interface OdiLoadPlanInstanceBaseLog

All Known Subinterfaces:
OdiLoadPlanInstanceSessionLog
All Known Implementing Classes:
OdiLoadPlanInstanceExceptionLog, OdiLoadPlanInstanceExceptionVariableLog, OdiLoadPlanInstanceStepLog, OdiLoadPlanInstanceVariableLog

public interface OdiLoadPlanInstanceBaseLog

Method Summary
 java.lang.Number getDuration()
           
 java.util.Date getEndTime()
           
 java.lang.String getErrorMessage()
           
 java.lang.String getReturnCode()
           
 java.util.Date getStartTime()
           
 OdiLoadPlanInstanceRun.Status getStatus()
           

 

Method Detail

getStartTime

java.util.Date getStartTime()
Returns:
the start time, or null if not yet starte

getEndTime

java.util.Date getEndTime()
Returns:
the end time, or null if not yet finished

getDuration

java.lang.Number getDuration()
Returns:
the duration of execution in seconds, or null if not yet defined

getStatus

OdiLoadPlanInstanceRun.Status getStatus()
Returns:
the Execution status

getErrorMessage

java.lang.String getErrorMessage()
Returns:
the error message, if any - will always return null if not failed

getReturnCode

java.lang.String getReturnCode()
Returns:
Return code associated with this execution, or null if not yet defined

Skip navigation links

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

E17060-04


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