|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.odi.runtime.agent.invocation.LoadPlanStatusInfo
public class LoadPlanStatusInfo
Class holding all information regarding a Load Plan instance run. Used in the invocation framework.
| 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 |
|---|
public LoadPlanStatusInfo(long mLoadPlanInstanceId,
long mRunCount,
java.lang.String mLoadPlanRunStatus,
java.lang.String mLoadPlanRunRC,
java.lang.String mLoadPlanRunMessage)
LoadPlanStatusInfo object.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 |
|---|
public long getLoadPlanInstanceId()
public long getRunCount()
public java.lang.String getLoadPlanRunStatus()
public java.lang.String getLoadPlanRunRC()
public java.lang.String getLoadPlanRunMessage()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.6.0) E17060-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||