Interface TimerServiceApplicableComponentConfiguration
- All Known Subinterfaces:
CompositeTimerServiceConfiguration,DistributableTimerServiceConfiguration<I>,ManagedTimerServiceConfiguration,ManagedTimerServiceFactoryConfiguration,TimerServiceConfiguration
public interface TimerServiceApplicableComponentConfiguration
Configuration for a TimerService-aware deployment.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionA registrar for timers created by this timer serviceA registry of timer services associated with the same deployment.
-
Method Details
-
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
-