org.objectweb.easybeans.component.itf
Interface TimerComponent

All Superinterfaces:
EZBComponent
All Known Implementing Classes:
QuartzComponent

public interface TimerComponent
extends EZBComponent

Interface for the component that provides the EJB timer service.

Author:
Florent Benoit

Method Summary
 TimerService getTimerService(Factory factory)
          Gets an EJB timer service through this component.
 
Methods inherited from interface org.objectweb.easybeans.component.api.EZBComponent
init, start, stop
 

Method Detail

getTimerService

TimerService getTimerService(Factory factory)
Gets an EJB timer service through this component.

Parameters:
factory - an EasyBeans factory providing timeout notification.
Returns:
an EJB timer service