org.jbpm.runtime.manager.impl
Class SynchronizedRuntimeImpl
java.lang.Object
org.jbpm.runtime.manager.impl.RuntimeEngineImpl
org.jbpm.runtime.manager.impl.SynchronizedRuntimeImpl
- All Implemented Interfaces:
- RuntimeEngine, org.kie.internal.runtime.manager.Disposable
public class SynchronizedRuntimeImpl
- extends RuntimeEngineImpl
Extension of the regular RuntimeEngine
implementation strictly dedicated to
SingletonRuntimeManager
to ensure that access to RuntimeEngine
resources, such as KieSession
and TaskService
is synchronized.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SynchronizedRuntimeImpl
public SynchronizedRuntimeImpl(KieSession ksession,
org.kie.internal.task.api.InternalTaskService taskService)
getTaskService
public TaskService getTaskService()
- Description copied from interface:
RuntimeEngine
- Returns
TaskService
configured for this RuntimeEngine
- Specified by:
getTaskService
in interface RuntimeEngine
- Overrides:
getTaskService
in class RuntimeEngineImpl
- Returns:
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.