Uses of Interface
net.sf.sasl.common.schedule.IScheduleService

Packages that use IScheduleService
net.sf.sasl.aop.monitoring.execution.time   
net.sf.sasl.common.schedule   
 

Uses of IScheduleService in net.sf.sasl.aop.monitoring.execution.time
 

Methods in net.sf.sasl.aop.monitoring.execution.time that return IScheduleService
 IScheduleService ThresholdMethodExecutionTimeWarnAspect.getScheduleService()
           
 

Methods in net.sf.sasl.aop.monitoring.execution.time with parameters of type IScheduleService
 void ThresholdMethodExecutionTimeWarnAspect.setScheduleService(IScheduleService scheduleService)
          Sets a schedule service which will be used for operations that can run concurrent like sending warn and recovery messages, so that the execution of the targetMethod gets not deferred.
 

Uses of IScheduleService in net.sf.sasl.common.schedule
 

Classes in net.sf.sasl.common.schedule that implement IScheduleService
 class QuartzSchedulerServiceAdapter
          Adapter class which delegates calls to IScheduleService to a Quartz scheduler.
 class ScheduledExecutorServiceAdapter
          Adapter class which delegates calls to IScheduleService to an instance of ScheduledExecutorService (the adapted class).
 



Copyright © 2010. All Rights Reserved.