Class AbstractStrategy
java.lang.Object
de.iip_ecosphere.platform.services.environment.switching.AbstractStrategy
- All Implemented Interfaces:
Strategy
- Direct Known Subclasses:
StartNewStopOld,StopOldStartNew
Basic strategy implementation.
- Author:
- Holger Eichelberger, SSE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected de.iip_ecosphere.platform.support.logging.LoggerReturns the logger instance.
-
Constructor Details
-
AbstractStrategy
public AbstractStrategy()
-
-
Method Details
-
getLogger
protected de.iip_ecosphere.platform.support.logging.Logger getLogger()Returns the logger instance.- Returns:
- the logger
-