Skip navigation links

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

E17060-04


oracle.odi.runtime.agent.invocation
Class LoadPlanStatusInfo

java.lang.Object
  extended by oracle.odi.runtime.agent.invocation.LoadPlanStatusInfo


public class LoadPlanStatusInfo
extends java.lang.Object

Class holding all information regarding a Load Plan instance run. Used in the invocation framework.

Since:
11.1.1.5.0
Version:
11.1.1.5.0

Constructor Summary
LoadPlanStatusInfo(long mLoadPlanInstanceId, long mRunCount, java.lang.String mLoadPlanRunStatus, java.lang.String mLoadPlanRunRC, java.lang.String mLoadPlanRunMessage)
          Constructs a new LoadPlanStatusInfo object.

 

Method Summary
 long getLoadPlanInstanceId()
          Returns the load plan instance id.
 java.lang.String getLoadPlanRunMessage()
          Returns the load plan instance run message.
 java.lang.String getLoadPlanRunRC()
          Returns the load plan instance run return code.
 java.lang.String getLoadPlanRunStatus()
          Returns the load plan instance run status.
 long getRunCount()
          Returns the load plan instance run count.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

LoadPlanStatusInfo

public LoadPlanStatusInfo(long mLoadPlanInstanceId,
                          long mRunCount,
                          java.lang.String mLoadPlanRunStatus,
                          java.lang.String mLoadPlanRunRC,
                          java.lang.String mLoadPlanRunMessage)
Constructs a new LoadPlanStatusInfo object.
Parameters:
mLoadPlanInstanceId - Id of the load plan instance.
mRunCount - Run count of the load plan instance.
mLoadPlanRunStatus - Status value of the load plan instance run.
mLoadPlanRunRC - Return code of the load plan instance run.
mLoadPlanRunMessage - Message text of the load plan instance run.

Method Detail

getLoadPlanInstanceId

public long getLoadPlanInstanceId()
Returns the load plan instance id.
Returns:
The load plan instance id.

getRunCount

public long getRunCount()
Returns the load plan instance run count.
Returns:
The load plan instance run count.

getLoadPlanRunStatus

public java.lang.String getLoadPlanRunStatus()
Returns the load plan instance run status.
Returns:
The load plan instance run status.

getLoadPlanRunRC

public java.lang.String getLoadPlanRunRC()
Returns the load plan instance run return code.
Returns:
The load plan instance run return code.

getLoadPlanRunMessage

public java.lang.String getLoadPlanRunMessage()
Returns the load plan instance run message.
Returns:
The load plan instance run message.

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.