jBPM distribution 6.2.0.CR4

Uses of Interface
org.kie.api.runtime.manager.RuntimeManagerFactory

Packages that use RuntimeManagerFactory
org.jbpm.kie.services.impl   
org.jbpm.runtime.manager.impl   
org.jbpm.services.cdi.impl   
org.jbpm.services.cdi.impl.manager   
org.kie.api.runtime.manager   
 

Uses of RuntimeManagerFactory in org.jbpm.kie.services.impl
 

Fields in org.jbpm.kie.services.impl declared as RuntimeManagerFactory
protected  RuntimeManagerFactory AbstractDeploymentService.managerFactory
           
 

Methods in org.jbpm.kie.services.impl that return RuntimeManagerFactory
 RuntimeManagerFactory AbstractDeploymentService.getManagerFactory()
           
 

Methods in org.jbpm.kie.services.impl with parameters of type RuntimeManagerFactory
 void AbstractDeploymentService.setManagerFactory(RuntimeManagerFactory managerFactory)
           
 

Uses of RuntimeManagerFactory in org.jbpm.runtime.manager.impl
 

Classes in org.jbpm.runtime.manager.impl that implement RuntimeManagerFactory
 class RuntimeManagerFactoryImpl
          This is the main entry point class for the RuntimeManager module responsible for delivering RuntimeManager instances based on given RuntimeEnvironment.
 

Uses of RuntimeManagerFactory in org.jbpm.services.cdi.impl
 

Methods in org.jbpm.services.cdi.impl with parameters of type RuntimeManagerFactory
 void DeploymentServiceCDIImpl.setManagerFactory(RuntimeManagerFactory managerFactory)
           
 

Uses of RuntimeManagerFactory in org.jbpm.services.cdi.impl.manager
 

Classes in org.jbpm.services.cdi.impl.manager that implement RuntimeManagerFactory
 class RuntimeManagerFactoryCDIImpl
           
 

Uses of RuntimeManagerFactory in org.kie.api.runtime.manager
 

Methods in org.kie.api.runtime.manager that return RuntimeManagerFactory
static RuntimeManagerFactory RuntimeManagerFactory.Factory.get()
          Returns a reference to the RuntimeManagerFactory singleton
 


jBPM distribution 6.2.0.CR4

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.