Uses of Class
org.kie.internal.runtime.conf.RuntimeStrategy
-
Packages that use RuntimeStrategy Package Description org.kie.internal.runtime.conf org.kie.internal.runtime.manager.deploy -
-
Uses of RuntimeStrategy in org.kie.internal.runtime.conf
Methods in org.kie.internal.runtime.conf that return RuntimeStrategy Modifier and Type Method Description RuntimeStrategy
DeploymentDescriptor. getRuntimeStrategy()
Returns runtime strategy to be used, default Singleton.static RuntimeStrategy
RuntimeStrategy. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static RuntimeStrategy[]
RuntimeStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.internal.runtime.conf with parameters of type RuntimeStrategy Modifier and Type Method Description DeploymentDescriptorBuilder
DeploymentDescriptorBuilder. runtimeStrategy(RuntimeStrategy strategy)
-
Uses of RuntimeStrategy in org.kie.internal.runtime.manager.deploy
Methods in org.kie.internal.runtime.manager.deploy that return RuntimeStrategy Modifier and Type Method Description RuntimeStrategy
DeploymentDescriptorImpl. getRuntimeStrategy()
Methods in org.kie.internal.runtime.manager.deploy with parameters of type RuntimeStrategy Modifier and Type Method Description void
DeploymentDescriptorImpl. setRuntimeStrategy(RuntimeStrategy runtimeStrategy)
-