public interface RuntimeEngine
RuntimeManager
and thus shall never be
created manually. RuntimeManager
provides all required information to build
and bootstrap the RuntimeEngine
so it is configured and ready to be used
regardless of when it is invoked.Modifier and Type | Method and Description |
---|---|
KieSession |
getKieSession()
Returns
KieSession configured for this RuntimeEngine |
TaskService |
getTaskService()
Returns
TaskService configured for this RuntimeEngine |
KieSession getKieSession()
KieSession
configured for this RuntimeEngine
TaskService getTaskService()
TaskService
configured for this RuntimeEngine
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.