Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

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.
 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)
          Specify the schedule context.
 void setEndAvgDate(long endAvgDate)
          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 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

getBeginDate

public long getBeginDate()
Returns the begin date value.

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

getContext

public java.lang.String getContext()
Returns the schedule context.

Returns:
the schedule context
See Also:
setContext(String)

getEndAvgDate

public long getEndAvgDate()
Returns the end average date value.

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

getEndMaxDate

public long getEndMaxDate()
Returns the end max date value.

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

getEndMinDate

public long getEndMinDate()
Returns the end min date value.

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

getLoopCount

public int getLoopCount()
Returns the loop count value.

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

getLoopDelay

public long getLoopDelay()
Returns the loop delay value.

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

getMaxLoopDuration

public long getMaxLoopDuration()
Returns the max loop duration value.

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

getName

public java.lang.String getName()
Returns the name.

Returns:
the name
See Also:
setName(String)

getUser

public java.lang.String getUser()
Returns the user name.

Returns:
the user name
See Also:
setUser(String)

getVersion

public java.lang.String getVersion()
Returns the version.

Returns:
the version.
See Also:
setVersion(String)

getWorkRepository

public java.lang.String getWorkRepository()
Returns the work repository name.

Returns:
the work repository name
See Also:
setWorkRepository(String)

setBeginDate

public void setBeginDate(long beginDate)
Specifies the begin date value.

Parameters:
beginDate - the begin date value.
See Also:
getBeginDate()

setContext

public void setContext(java.lang.String context)
Specify the schedule context.

Parameters:
context - the schedule context
See Also:
getContext()

setEndAvgDate

public void setEndAvgDate(long endAvgDate)
the end average date value.

Parameters:
endAvgDate - the end average date value.
See Also:
getEndAvgDate()

setEndMaxDate

public void setEndMaxDate(long endMaxDate)
Sets the end max date value.

Parameters:
endMaxDate - the end max date value.
See Also:
getEndMaxDate()

setEndMinDate

public void setEndMinDate(long endMinDate)
Sets the end min date value.

Parameters:
endMinDate - the end min date value.
See Also:
getEndMinDate()

setLoopCount

public void setLoopCount(int loopCount)
Sets the loop count value.

Parameters:
loopCount - the loop count value.
See Also:
getLoopCount()

setLoopDelay

public void setLoopDelay(long loopDelay)
Sets the loop delay value.

Parameters:
loopDelay - the loop delay value.
See Also:
getLoopDelay()

setMaxLoopDuration

public void setMaxLoopDuration(long maxLoopDuration)
Sets the max loop duration value.

Parameters:
maxLoopDuration - the max loop duration value.
See Also:
getMaxLoopDuration()

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - the name
See Also:
getName()

setUser

public void setUser(java.lang.String user)
Sets the user name.

Parameters:
user - the user name
See Also:
getUser()

setVersion

public void setVersion(java.lang.String version)
Sets the version.

Parameters:
version - the version
See Also:
getVersion()

setWorkRepository

public void setWorkRepository(java.lang.String workRepository)
Sets the work repository name.

Parameters:
workRepository - the work repository name
See Also:
getWorkRepository()

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.