|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |