KIE API 6.2.0.CR4

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

Packages that use RuntimeEnvironment
org.kie.api.runtime.manager   
 

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.
 


KIE API 6.2.0.CR4

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