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 SchedulingInfo.Scenario

java.lang.Object
  extended by oracle.odi.runtime.agent.invocation.SchedulingInfo.Scenario

Enclosing class:
SchedulingInfo

public static class SchedulingInfo.Scenario
extends java.lang.Object

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

SchedulingInfo.Scenario

public SchedulingInfo.Scenario()

Method Detail

getName

public java.lang.String getName()
Returns the name.
Returns:
the name
See Also:
setName(String)

setName

public void setName(java.lang.String name)
Sets the name.
Parameters:
name - the name
See Also:
getName()

getVersion

public java.lang.String getVersion()
Returns the version.
Returns:
the version.
See Also:
setVersion(String)

setVersion

public void setVersion(java.lang.String version)
Sets the version.
Parameters:
version - the version
See Also:
getVersion()

getContext

public java.lang.String getContext()
Returns the schedule context.
Returns:
the schedule context
See Also:
setContext(String)

setContext

public void setContext(java.lang.String context)
Specifies the schedule context.
Parameters:
context - the schedule context
See Also:
getContext()

getUser

public java.lang.String getUser()
Returns the user name.
Returns:
the user name
See Also:
setUser(String)

setUser

public void setUser(java.lang.String user)
Sets the user name.
Parameters:
user - the user name
See Also:
getUser()

getBeginDate

public long getBeginDate()
Returns the begin date value.
Returns:
the begin date value.
See Also:
setBeginDate(long)

setBeginDate

public void setBeginDate(long beginDate)
Specifies the begin date value.
Parameters:
beginDate - the begin date value.
See Also:
getBeginDate()

getEndMaxDate

public long getEndMaxDate()
Returns the end max date value.
Returns:
the end max date value.
See Also:
setEndMaxDate(long)

setEndMaxDate

public void setEndMaxDate(long endMaxDate)
Sets the end max date value.
Parameters:
endMaxDate - the end max date value.
See Also:
getEndMaxDate()

getEndMinDate

public long getEndMinDate()
Returns the end min date value.
Returns:
the end min date value.
See Also:
setEndMinDate(long)

setEndMinDate

public void setEndMinDate(long endMinDate)
Sets the end min date value.
Parameters:
endMinDate - the end min date value.
See Also:
getEndMinDate()

getEndAvgDate

public long getEndAvgDate()
Returns the end average date value.
Returns:
the end average date value.
See Also:
setEndAvgDate(long)

setEndAvgDate

public void setEndAvgDate(long endAvgDate)
Sets the end average date value.
Parameters:
endAvgDate - the end average date value.
See Also:
getEndAvgDate()

getLoopCount

public int getLoopCount()
Returns the loop count value.
Returns:
the loop count value.
See Also:
setLoopCount(int)

setLoopCount

public void setLoopCount(int loopCount)
Sets the loop count value.
Parameters:
loopCount - the loop count value.
See Also:
getLoopCount()

getLoopDelay

public long getLoopDelay()
Returns the loop delay value.
Returns:
the loop delay value.
See Also:
#setLoopDelay()

setLoopDelay

public void setLoopDelay(long loopDelay)
Sets the loop delay value.
Parameters:
loopDelay - the loop delay value.
See Also:
getLoopDelay()

getMaxLoopDuration

public long getMaxLoopDuration()
Returns the max loop duration value.
Returns:
the max loop duration value.
See Also:
setMaxLoopDuration(long)

setMaxLoopDuration

public void setMaxLoopDuration(long maxLoopDuration)
Sets the max loop duration value.
Parameters:
maxLoopDuration - the max loop duration value.
See Also:
getMaxLoopDuration()

getWorkRepository

public java.lang.String getWorkRepository()
Returns the work repository name.
Returns:
the work repository name
See Also:
setWorkRepository(String)

setWorkRepository

public void setWorkRepository(java.lang.String workRepository)
Sets the work repository name.
Parameters:
workRepository - the work repository name
See Also:
getWorkRepository()

getJobType

public java.lang.String getJobType()
Returns the job type.
Returns:
The job type.

setJobType

public void setJobType(java.lang.String jobType)
Sets the job type.
Parameters:
jobType - The job type to set.

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.