Package de.iip_ecosphere.platform.services.environment.switching
Runtime service switching support.
-
Interface Summary Interface Description ServiceBase Just the very basics needed to do service switching.ServiceSelector<T> Code plugin to select a service from a given type.Strategy Encapsulates a switching strategy. -
Class Summary Class Description AbstractStrategy Basic strategy implementation.StartNewStopOld Starts the new service first, stops then the old.StopOldStartNew Starts the new service first, stops then the old.