jBPM distribution 6.1.0.Beta3

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

Packages that use RuntimeEnvironment
org.jbpm.kie.services.impl   
org.jbpm.runtime.manager.impl   
org.jbpm.runtime.manager.impl.factory   
org.jbpm.runtime.manager.impl.tx   
org.jbpm.test   
org.kie.api.runtime.manager   
 

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

Methods in org.jbpm.kie.services.impl with parameters of type RuntimeEnvironment
 void AbstractDeploymentService.commonDeploy(org.kie.internal.deployment.DeploymentUnit unit, DeployedUnitImpl deployedUnit, RuntimeEnvironment environemnt)
           
 

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

Classes in org.jbpm.runtime.manager.impl that implement RuntimeEnvironment
 class DefaultRuntimeEnvironment
          Default implementation of RuntimeEnvironment that aims at providing all common settings with minimum need for configuration.
 class SimpleRuntimeEnvironment
          The most basic implementation of RuntimeEnvironment that at the same time serves as base implementation for all extensions.
 

Fields in org.jbpm.runtime.manager.impl declared as RuntimeEnvironment
protected  RuntimeEnvironment AbstractRuntimeManager.environment
           
 

Methods in org.jbpm.runtime.manager.impl with parameters of type RuntimeEnvironment
protected  org.kie.internal.runtime.manager.SessionFactory RuntimeManagerFactoryImpl.getSessionFactory(RuntimeEnvironment environment)
           
protected  org.kie.internal.runtime.manager.TaskServiceFactory RuntimeManagerFactoryImpl.getTaskServiceFactory(RuntimeEnvironment environment)
           
protected  void RuntimeManagerFactoryImpl.initTimerService(RuntimeEnvironment environment, RuntimeManager manager)
           
 RuntimeManager RuntimeManagerFactoryImpl.newPerProcessInstanceRuntimeManager(RuntimeEnvironment environment)
           
 RuntimeManager RuntimeManagerFactoryImpl.newPerProcessInstanceRuntimeManager(RuntimeEnvironment environment, String identifier)
           
 RuntimeManager RuntimeManagerFactoryImpl.newPerRequestRuntimeManager(RuntimeEnvironment environment)
           
 RuntimeManager RuntimeManagerFactoryImpl.newPerRequestRuntimeManager(RuntimeEnvironment environment, String identifier)
           
 RuntimeManager RuntimeManagerFactoryImpl.newSingletonRuntimeManager(RuntimeEnvironment environment)
           
 RuntimeManager RuntimeManagerFactoryImpl.newSingletonRuntimeManager(RuntimeEnvironment environment, String identifier)
           
 void AbstractRuntimeManager.setEnvironment(RuntimeEnvironment environment)
           
 

Constructors in org.jbpm.runtime.manager.impl with parameters of type RuntimeEnvironment
AbstractRuntimeManager(RuntimeEnvironment environment, String identifier)
           
PerProcessInstanceRuntimeManager(RuntimeEnvironment environment, org.kie.internal.runtime.manager.SessionFactory factory, org.kie.internal.runtime.manager.TaskServiceFactory taskServiceFactory, String identifier)
           
PerRequestRuntimeManager(RuntimeEnvironment environment, org.kie.internal.runtime.manager.SessionFactory factory, org.kie.internal.runtime.manager.TaskServiceFactory taskServiceFactory, String identifier)
           
SingletonRuntimeManager(RuntimeEnvironment environment, org.kie.internal.runtime.manager.SessionFactory factory, org.kie.internal.runtime.manager.TaskServiceFactory taskServiceFactory, String identifier)
           
 

Uses of RuntimeEnvironment in org.jbpm.runtime.manager.impl.factory
 

Constructors in org.jbpm.runtime.manager.impl.factory with parameters of type RuntimeEnvironment
InMemorySessionFactory(RuntimeEnvironment environment)
           
JPASessionFactory(RuntimeEnvironment environment)
           
LocalTaskServiceFactory(RuntimeEnvironment runtimeEnvironment)
           
 

Uses of RuntimeEnvironment in org.jbpm.runtime.manager.impl.tx
 

Constructors in org.jbpm.runtime.manager.impl.tx with parameters of type RuntimeEnvironment
TransactionAwareSchedulerServiceInterceptor(RuntimeEnvironment environment, GlobalSchedulerService schedulerService)
           
 

Uses of RuntimeEnvironment in org.jbpm.test
 

Methods in org.jbpm.test with parameters of type RuntimeEnvironment
protected  RuntimeManager JbpmJUnitBaseTestCase.createRuntimeManager(JbpmJUnitBaseTestCase.Strategy strategy, Map<String,ResourceType> resources, RuntimeEnvironment environment, String identifier)
          The lowest level of creation of RuntimeManager that expects to get RuntimeEnvironment to be given as argument.
 

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

Methods in org.kie.api.runtime.manager that return RuntimeEnvironment
 RuntimeEnvironment RuntimeEnvironmentBuilder.get()
           
 

Methods in org.kie.api.runtime.manager with parameters of type RuntimeEnvironment
 RuntimeManager RuntimeManagerFactory.newPerProcessInstanceRuntimeManager(RuntimeEnvironment environment)
          Produces new instance of per process instance RuntimeManager with default identifier.
 RuntimeManager RuntimeManagerFactory.newPerProcessInstanceRuntimeManager(RuntimeEnvironment environment, String identifier)
          Produces new instance of per process instance RuntimeManager with custom identifier.
 RuntimeManager RuntimeManagerFactory.newPerRequestRuntimeManager(RuntimeEnvironment environment)
          Produces new instance of per request RuntimeManager with default identifier.
 RuntimeManager RuntimeManagerFactory.newPerRequestRuntimeManager(RuntimeEnvironment environment, String identifier)
          Produces new instance of per request RuntimeManager with custom identifier.
 RuntimeManager RuntimeManagerFactory.newSingletonRuntimeManager(RuntimeEnvironment environment)
          Produces new instance of singleton RuntimeManager with default identifier.
 RuntimeManager RuntimeManagerFactory.newSingletonRuntimeManager(RuntimeEnvironment environment, String identifier)
          Produces new instance of singleton RuntimeManager with custom identifier.
 


jBPM distribution 6.1.0.Beta3

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