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

E17060-01

oracle.odi.runtime.agent.invocation
Class SchedulingInfo.Schedule

java.lang.Object
  extended by oracle.odi.runtime.agent.invocation.SchedulingInfo.Schedule
Enclosing class:
SchedulingInfo

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

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.
 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)
          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 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

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)

getUsername

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

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

getVersion

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

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

getWorkRep

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

Returns:
the name of the work repository
See Also:
setWorkRep(String)

setBeginDate

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

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

setContext

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

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

setEndAvgDate

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

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

setEndMaxDate

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

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

setEndMinDate

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

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

setLoopCount

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

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

setLoopDelay

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

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

setMaxLoopDuration

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

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

setName

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

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

setUsername

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

Parameters:
pUsername - the user name
See Also:
getUsername()

setVersion

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

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

setWorkRep

public void setWorkRep(java.lang.String workRep)
sets the name of the work repository.

Parameters:
workRep - the name of the work repository.
See Also:
getWorkRep()

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.