Package | Description |
---|---|
org.kie.internal.runtime.conf | |
org.kie.internal.runtime.manager.deploy |
Modifier and Type | Method and Description |
---|---|
RuntimeStrategy |
DeploymentDescriptor.getRuntimeStrategy()
Returns runtime strategy to be used, default Singleton.
|
static RuntimeStrategy |
RuntimeStrategy.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
DeploymentDescriptorBuilder |
DeploymentDescriptorBuilder.runtimeStrategy(RuntimeStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
RuntimeStrategy |
DeploymentDescriptorImpl.getRuntimeStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
DeploymentDescriptorImpl.setRuntimeStrategy(RuntimeStrategy runtimeStrategy) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.