Package org.kie.server.services.impl
Class ControllerBasedStartupStrategy
- java.lang.Object
-
- org.kie.server.services.impl.ControllerBasedStartupStrategy
-
- All Implemented Interfaces:
StartupStrategy
public class ControllerBasedStartupStrategy extends Object implements StartupStrategy
Default startup strategy that will favor controller configuration whenever is given and thus override any local configuration. In case controller endpoint is not present it will fallback to what is known in the local server state file.
-
-
Constructor Summary
Constructors Constructor Description ControllerBasedStartupStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstartup(KieServerImpl kieServer, ContainerManager containerManager, KieServerState currentState, AtomicBoolean kieServerActive)StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.kie.server.services.api.StartupStrategy
getRepositoryType, prepareContainers
-
-
-
-
Method Detail
-
startup
public void startup(KieServerImpl kieServer, ContainerManager containerManager, KieServerState currentState, AtomicBoolean kieServerActive)
- Specified by:
startupin interfaceStartupStrategy
-
-