Uses of Interface
de.iip_ecosphere.platform.services.environment.switching.Strategy
-
Packages that use Strategy Package Description de.iip_ecosphere.platform.services.environment.switching Runtime service switching support. -
-
Uses of Strategy in de.iip_ecosphere.platform.services.environment.switching
Classes in de.iip_ecosphere.platform.services.environment.switching that implement Strategy Modifier and Type Class Description classAbstractStrategyBasic strategy implementation.classStartNewStopOldStarts the new service first, stops then the old.classStopOldStartNewStarts the new service first, stops then the old.Methods in de.iip_ecosphere.platform.services.environment.switching that return Strategy Modifier and Type Method Description default StrategyServiceSelector. createStrategy()Returns the switching strategy.
-