|
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.SchedulingInfo.Scenario
public static class SchedulingInfo.Scenario
The scenario planned.
| Constructor Summary | |
|---|---|
SchedulingInfo.Scenario() |
|
| 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 |
getUser()Returns the user name. |
java.lang.String |
getVersion()Returns the version. |
java.lang.String |
getWorkRepository()Returns the work repository name. |
void |
setBeginDate(long beginDate)Specifies the begin date value. |
void |
setContext(java.lang.String context)Specifies the schedule context. |
void |
setEndAvgDate(long endAvgDate)Sets the end average date value. |
void |
setEndMaxDate(long endMaxDate)Sets the end max date value. |
void |
setEndMinDate(long endMinDate)Sets the end min date value. |
void |
setJobType(java.lang.String jobType)Sets the job type. |
void |
setLoopCount(int loopCount)Sets the loop count value. |
void |
setLoopDelay(long loopDelay)Sets the loop delay value. |
void |
setMaxLoopDuration(long maxLoopDuration)Sets the max loop duration value. |
void |
setName(java.lang.String name)Sets the name. |
void |
setUser(java.lang.String user)Sets the user name. |
void |
setVersion(java.lang.String version)Sets the version. |
void |
setWorkRepository(java.lang.String workRepository)Sets the work repository name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SchedulingInfo.Scenario()
| Method Detail |
|---|
public java.lang.String getName()
setName(String)public void setName(java.lang.String name)
name - the namegetName()public java.lang.String getVersion()
setVersion(String)public void setVersion(java.lang.String version)
version - the versiongetVersion()public java.lang.String getContext()
setContext(String)public void setContext(java.lang.String context)
context - the schedule contextgetContext()public java.lang.String getUser()
setUser(String)public void setUser(java.lang.String user)
user - the user namegetUser()public long getBeginDate()
setBeginDate(long)public void setBeginDate(long beginDate)
beginDate - the begin date value.getBeginDate()public long getEndMaxDate()
setEndMaxDate(long)public void setEndMaxDate(long endMaxDate)
endMaxDate - the end max date value.getEndMaxDate()public long getEndMinDate()
setEndMinDate(long)public void setEndMinDate(long endMinDate)
endMinDate - the end min date value.getEndMinDate()public long getEndAvgDate()
setEndAvgDate(long)public void setEndAvgDate(long endAvgDate)
endAvgDate - the end average date value.getEndAvgDate()public int getLoopCount()
setLoopCount(int)public void setLoopCount(int loopCount)
loopCount - the loop count value.getLoopCount()public long getLoopDelay()
#setLoopDelay()public void setLoopDelay(long loopDelay)
loopDelay - the loop delay value.getLoopDelay()public long getMaxLoopDuration()
setMaxLoopDuration(long)public void setMaxLoopDuration(long maxLoopDuration)
maxLoopDuration - the max loop duration value.getMaxLoopDuration()public java.lang.String getWorkRepository()
setWorkRepository(String)public void setWorkRepository(java.lang.String workRepository)
workRepository - the work repository namegetWorkRepository()public java.lang.String getJobType()
public void setJobType(java.lang.String jobType)
jobType - The job type to set.
|
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 | |||||||||