Uses of Class
ibi.broker.api.data.schedule.TimeInterval

Packages that use TimeInterval
ibi.broker.api.data.schedule   
 

Uses of TimeInterval in ibi.broker.api.data.schedule
 

Fields in ibi.broker.api.data.schedule declared as TimeInterval
protected  TimeInterval Task.taskRetry
           
 

Methods in ibi.broker.api.data.schedule that return TimeInterval
 TimeInterval TimeInfoCustom.getSecondaryRunInterval()
           
 TimeInterval TimeInfoDay.getSecondaryRunInterval()
          Obtains the secondary run interval, in minutes.
 TimeInterval TimeInfoMonth.getSecondaryRunInterval()
           
 TimeInterval TimeInfoWeek.getSecondaryRunInterval()
          Obtains the secondary run interval, in minutes.
 TimeInterval Task.getTaskRetry()
           
 

Methods in ibi.broker.api.data.schedule with parameters of type TimeInterval
 void TimeInfoCustom.setSecondaryRunInterval(TimeInterval secondaryRunInterval)
           
 void TimeInfoDay.setSecondaryRunInterval(TimeInterval secondaryRunInterval)
          Assigns the secondary run interval, in minutes.
 void TimeInfoMonth.setSecondaryRunInterval(TimeInterval secondaryRunInterval)
           
 void TimeInfoWeek.setSecondaryRunInterval(TimeInterval secondaryRunInterval)
          Assigns the secondary run interval, in minutes.
 void Task.setTaskRetry(TimeInterval retry)
           
 



Copyright © 2006 Information Builders, Incorporated.