org.jbpm.task.service.persistence
Class TaskSessionFactoryImpl
java.lang.Object
org.jbpm.task.service.persistence.TaskSessionFactoryImpl
- All Implemented Interfaces:
- TaskSessionFactory
public class TaskSessionFactoryImpl
- extends Object
- implements TaskSessionFactory
DO NOT USE THIS CLASS. THIS IS AN INTERNAL JBPM task.
If you use this class outside of the org.jbpm.task.service package
(and possibly even then), you ARE ON YOUR OWN.
IF YOUR CODE BREAKS WHEN THIS CHANGES, GOOD LUCK!
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaskSessionFactoryImpl
public TaskSessionFactoryImpl(TaskService taskService,
javax.persistence.EntityManagerFactory emf)
createTaskServiceSession
public TaskServiceSession createTaskServiceSession()
- Specified by:
createTaskServiceSession
in interface TaskSessionFactory
createTaskAdmin
public TasksAdmin createTaskAdmin()
- Specified by:
createTaskAdmin
in interface TaskSessionFactory
createTaskEventsAdmin
public TaskEventsAdmin createTaskEventsAdmin()
- Specified by:
createTaskEventsAdmin
in interface TaskSessionFactory
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.