|
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.SchedulingInfo.Schedule
public static class SchedulingInfo.Schedule
Information about the schedules.
| Method Summary | |
|---|---|
long |
getBeginDate()Returns the begin date value. |
java.lang.String |
getContext()Returns the schedule context. |
long |
getEndAvgDate()Returns the end average date value. |
long |
getEndMaxDate()Returns the end max date value. |
long |
getEndMinDate()Returns the end min date value. |
java.lang.String |
getJobType()Returns the job type. |
int |
getLoopCount()Returns the loop count value. |
long |
getLoopDelay()Returns the loop delay value. |
long |
getMaxLoopDuration()Returns the max loop duration value. |
java.lang.String |
getName()Returns the name. |
java.lang.String |
getUsername()Returns the user name. |
java.lang.String |
getVersion()Returns the version. |
java.lang.String |
getWorkRep()Returns the name of the work repository. |
void |
setBeginDate(long pBeginDate)Specifies the begin date value. |
void |
setContext(java.lang.String pContext)Specify the schedule context. |
void |
setEndAvgDate(long pEndAvgDate)Sets the end average date value. |
void |
setEndMaxDate(long pEndMaxDate)Sets the end max date value. |
void |
setEndMinDate(long pEndMinDate)Sets the end min date value. |
void |
setJobType(java.lang.String jobType)Sets the job type. |
void |
setLoopCount(int pLoopCount)Sets the loop count value. |
void |
setLoopDelay(long pLoopDelay)Sets the loop delay value. |
void |
setMaxLoopDuration(long pMaxLoopDuration)Sets the max loop duration value. |
void |
setName(java.lang.String pName)Sets the name. |
void |
setUsername(java.lang.String pUsername)Sets the user name. |
void |
setVersion(java.lang.String pVersion)Sets the version. |
void |
setWorkRep(java.lang.String workRep)Sets the name of the work repository. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public java.lang.String getJobType()
public void setJobType(java.lang.String jobType)
jobType - The job type to set.public java.lang.String getWorkRep()
setWorkRep(String)public void setWorkRep(java.lang.String workRep)
workRep - the name of the work repository.getWorkRep()public long getBeginDate()
setBeginDate(long)public void setBeginDate(long pBeginDate)
pBeginDate - the begin date value.getBeginDate()public java.lang.String getContext()
setContext(String)public void setContext(java.lang.String pContext)
pContext - the schedule contextgetContext()public long getEndAvgDate()
setEndAvgDate(long)public void setEndAvgDate(long pEndAvgDate)
pEndAvgDate - the end average date value.getEndAvgDate()public long getEndMaxDate()
setEndMaxDate(long)public void setEndMaxDate(long pEndMaxDate)
pEndMaxDate - the end max date value.getEndMaxDate()public long getEndMinDate()
setEndMinDate(long)public void setEndMinDate(long pEndMinDate)
pEndMinDate - the end min date value.getEndMinDate()public int getLoopCount()
setLoopCount(int)public void setLoopCount(int pLoopCount)
pLoopCount - the loop count value.getLoopCount()public long getLoopDelay()
#setLoopDelay()public void setLoopDelay(long pLoopDelay)
pLoopDelay - the loop delay value.getLoopDelay()public long getMaxLoopDuration()
setMaxLoopDuration(long)public void setMaxLoopDuration(long pMaxLoopDuration)
pMaxLoopDuration - the max loop duration value.getMaxLoopDuration()public java.lang.String getName()
setName(String)public void setName(java.lang.String pName)
pName - the namegetName()public java.lang.String getUsername()
setUsername(String)public void setUsername(java.lang.String pUsername)
pUsername - the user namegetUsername()public java.lang.String getVersion()
setVersion(String)public void setVersion(java.lang.String pVersion)
pVersion - the versiongetVersion()
|
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 | |||||||||