Interface TimerServiceApplicableComponentConfiguration
-
- All Known Subinterfaces:
CompositeTimerServiceConfiguration,DistributableTimerServiceConfiguration<I>,ManagedTimerServiceConfiguration,ManagedTimerServiceFactoryConfiguration,TimerServiceConfiguration
public interface TimerServiceApplicableComponentConfigurationConfiguration for a TimerService-aware deployment.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TimerListenergetTimerListener()A registrar for timers created by this timer serviceTimerServiceRegistrygetTimerServiceRegistry()A registry of timer services associated with the same deployment.
-
-
-
Method Detail
-
getTimerServiceRegistry
TimerServiceRegistry getTimerServiceRegistry()
A registry of timer services associated with the same deployment.- Returns:
- a timer service registry
-
getTimerListener
TimerListener getTimerListener()
A registrar for timers created by this timer service- Returns:
- a timer registrar
-
-