public class LocalTaskServiceFactory extends Object implements org.kie.internal.runtime.manager.TaskServiceFactory
TaskServiceFactory
implementation that is intended to be used in non CDI environments.
This creates a new TaskService
instance for every call to the factory.
The TaskService
instance will be equipped with a JbpmJTATransactionManager
for transaction management. This is mandatory as it must participate in already active
transaction if such exists.Constructor and Description |
---|
LocalTaskServiceFactory(org.kie.api.runtime.manager.RuntimeEnvironment runtimeEnvironment) |
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.