|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.runtime.agent.invocation.LoadPlanExecutionInfo
public class LoadPlanExecutionInfo
A class holding load plan execution information.
| 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 |
|---|
public LoadPlanExecutionInfo(long pLoadPlanInstanceId,
long pRunCount,
int pMasterRepId,
java.lang.String pMasterRepTimestamp)
pLoadPlanInstanceId - Load plan instance idpRunCount - Load plan run countpMasterRepId - Master repository idpMasterRepTimestamp - Master repository time stamp| Method Detail |
|---|
public long getLoadPlanInstanceId()
public long getRunCount()
public java.lang.String getMasterRepositoryTimestamp()
public int getMasterRepositoryId()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.5.0) E17060-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||