Class AbstractStrategy
- java.lang.Object
-
- de.iip_ecosphere.platform.services.environment.switching.AbstractStrategy
-
- All Implemented Interfaces:
Strategy
- Direct Known Subclasses:
StartNewStopOld,StopOldStartNew
public abstract class AbstractStrategy extends java.lang.Object implements Strategy
Basic strategy implementation.- Author:
- Holger Eichelberger, SSE
-
-
Constructor Summary
Constructors Constructor Description AbstractStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.slf4j.LoggergetLogger()Returns the logger instance.
-