KIE Internal 6.1.0.CR2

Uses of Class
org.kie.internal.deployment.DeploymentUnit.RuntimeStrategy

Packages that use DeploymentUnit.RuntimeStrategy
org.kie.internal.deployment   
org.kie.internal.runtime.conf   
 

Uses of DeploymentUnit.RuntimeStrategy in org.kie.internal.deployment
 

Methods in org.kie.internal.deployment that return DeploymentUnit.RuntimeStrategy
 DeploymentUnit.RuntimeStrategy DeploymentUnit.getStrategy()
           
static DeploymentUnit.RuntimeStrategy DeploymentUnit.RuntimeStrategy.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeploymentUnit.RuntimeStrategy[] DeploymentUnit.RuntimeStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DeploymentUnit.RuntimeStrategy in org.kie.internal.runtime.conf
 

Methods in org.kie.internal.runtime.conf that return DeploymentUnit.RuntimeStrategy
 DeploymentUnit.RuntimeStrategy DeploymentDescriptor.getRuntimeStrategy()
          Returns runtime strategy to be used, default Singleton.
 

Methods in org.kie.internal.runtime.conf with parameters of type DeploymentUnit.RuntimeStrategy
 DeploymentDescriptorBuilder DeploymentDescriptorBuilder.runtimeStrategy(DeploymentUnit.RuntimeStrategy strategy)
           
 


KIE Internal 6.1.0.CR2

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