Skip navigation links

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

E17060-02


oracle.odi.runtime.agent.invocation
Class LoadPlanExecutionInfo

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


public class LoadPlanExecutionInfo
extends java.lang.Object

A class holding load plan execution information.

Since:
11.1.1.5.0
Version:
11.1.1.5.0

Constructor Summary
LoadPlanExecutionInfo(long pLoadPlanInstanceId, long pRunCount, int pMasterRepId, java.lang.String pMasterRepTimestamp)
          Constructs a LoadPlanExecutionInfo object.

 

Method Summary
 long getLoadPlanInstanceId()
          Returns the load plan instance id.
 int getMasterRepositoryId()
          Returns the master repository id.
 java.lang.String getMasterRepositoryTimestamp()
          Returns the master repository time stamp.
 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

LoadPlanExecutionInfo

public LoadPlanExecutionInfo(long pLoadPlanInstanceId,
                             long pRunCount,
                             int pMasterRepId,
                             java.lang.String pMasterRepTimestamp)
Constructs a LoadPlanExecutionInfo object.
Parameters:
pLoadPlanInstanceId - Load plan instance id
pRunCount - Load plan run count
pMasterRepId - Master repository id
pMasterRepTimestamp - Master repository time stamp

Method Detail

getLoadPlanInstanceId

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

getRunCount

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

getMasterRepositoryTimestamp

public java.lang.String getMasterRepositoryTimestamp()
Returns the master repository time stamp.
Returns:
Master repository time stamp.

getMasterRepositoryId

public int getMasterRepositoryId()
Returns the master repository id.
Returns:
Master repository id.

Skip navigation links

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

E17060-02


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