Package org.objectweb.easybeans.component.quartz

Implementation of the Timer Component by using Quartz product

See:
          Description

Class Summary
EasyBeansJob This class will receive a job execution context and then call the bean method.
EasyBeansJobDetail This class is used to give more parameters to the Invoker Job.
EasyBeansJobDetailData Data that are stored in the JobDetail.
EasyBeansTimer Implementation of the Timer interface of EJB specification.
EasyBeansTimerHandle Implementation of the Timer handle interface.
Property Properties for the quartz component.
QuartzComponent This component starts the Quartz framework and configure it.
QuartzTimerService Implementation of the EJB Timer service that is based on the Quartz framework.
 

Package org.objectweb.easybeans.component.quartz Description

Implementation of the Timer Component by using Quartz product