Package org.kie.server.services.impl
Class LocalContainersStartupStrategy
- java.lang.Object
-
- org.kie.server.services.impl.LocalContainersStartupStrategy
-
- All Implemented Interfaces:
StartupStrategy
public class LocalContainersStartupStrategy extends Object implements StartupStrategy
Startup strategy that will always deploy containers configured in the server state file regardless of the controller configuration although when controller endpoint is given it will connect to it.
-
-
Constructor Summary
Constructors Constructor Description LocalContainersStartupStrategy()
-
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
-
-