| Modifier and Type | Method and Description |
|---|---|
void |
StartupStrategy.startup(KieServerImpl kieServer,
ContainerManager containerManager,
KieServerState currentState,
AtomicBoolean kieServerActive) |
| Modifier and Type | Method and Description |
|---|---|
void |
ContainerManager.installContainers(KieServerImpl kieServer,
Set<org.kie.server.api.model.KieContainerResource> containers,
KieServerState currentState,
KieServerSetup kieServerSetup) |
void |
ContainerManager.installContainersSync(KieServerImpl kieServer,
Set<org.kie.server.api.model.KieContainerResource> containers,
KieServerState currentState,
KieServerSetup kieServerSetup) |
void |
LocalContainersStartupStrategy.startup(KieServerImpl kieServer,
ContainerManager containerManager,
KieServerState currentState,
AtomicBoolean kieServerActive) |
void |
ControllerBasedStartupStrategy.startup(KieServerImpl kieServer,
ContainerManager containerManager,
KieServerState currentState,
AtomicBoolean kieServerActive) |
| Constructor and Description |
|---|
ControllerConnectRunnable(AtomicBoolean kieServerActive,
KieServerController kieController,
org.kie.server.api.model.KieServerInfo kieServerInfo,
KieServerState currentState,
ContainerManager containerManager,
KieServerImpl kieServer,
StartupStrategy startupStrategy) |
| Modifier and Type | Method and Description |
|---|---|
KieServerState |
KieServerStateRepository.load(String serverId) |
| Modifier and Type | Method and Description |
|---|---|
void |
KieServerStateRepository.store(String serverId,
KieServerState kieServerState) |
| Modifier and Type | Method and Description |
|---|---|
KieServerState |
KieServerStateFileRepository.load(String serverId) |
| Modifier and Type | Method and Description |
|---|---|
void |
KieServerStateFileRepository.store(String serverId,
KieServerState kieServerState) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.