Uses of Interface
org.sape.carbon.services.scheduler.FixedDelayTaskConfiguration

Packages that use FixedDelayTaskConfiguration
org.sape.carbon.services.scheduler   
 

Uses of FixedDelayTaskConfiguration in org.sape.carbon.services.scheduler
 

Methods in org.sape.carbon.services.scheduler that return FixedDelayTaskConfiguration
 FixedDelayTaskConfiguration[] SchedulerServiceConfiguration.getFixedDelayTask()
          Gets the FixedDelayTaskConfiguration associated with this scheduler.
 

Methods in org.sape.carbon.services.scheduler with parameters of type FixedDelayTaskConfiguration
 void SchedulerServiceConfiguration.setFixedDelayTask(FixedDelayTaskConfiguration[] tasks)
          Sets the FixedDelayTaskConfiguration associated with this scheduler.
 void SchedulerServiceConfiguration.addFixedDelayTask(FixedDelayTaskConfiguration task)
          Adds a FixedDelayTaskConfiguration to this scheduler.
 

Constructors in org.sape.carbon.services.scheduler with parameters of type FixedDelayTaskConfiguration
FixedDelayTask(FixedDelayTaskConfiguration taskConfiguration, ThreadPool threadPool)
          Loads and validates configuration information.
 



Copyright 1999-2003 Sapient Corporation. All Rights Reserved.