org.jbpm.scheduler.ejbtimer
Class EntitySchedulerServiceFactory
java.lang.Object
org.jbpm.scheduler.ejbtimer.EntitySchedulerServiceFactory
- All Implemented Interfaces:
- Serializable, org.jbpm.svc.ServiceFactory
public class EntitySchedulerServiceFactory
- extends Object
- implements org.jbpm.svc.ServiceFactory
The entity scheduler service builds on the transactional notification service for timed
events provided by the EJB container to schedule business process timers.
Configuration
The EJB scheduler service factory has the configurable field described below.
Refer to the jBPM manual for details.
- Author:
- Tom Baeyens, Alejandro Guizar, Fady Matar
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntitySchedulerServiceFactory
public EntitySchedulerServiceFactory()
getTimerEntityHome
public LocalTimerEntityHome getTimerEntityHome()
openService
public org.jbpm.svc.Service openService()
- Specified by:
openService in interface org.jbpm.svc.ServiceFactory
close
public void close()
- Specified by:
close in interface org.jbpm.svc.ServiceFactory
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.