Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.slf4j.Logger getLogger()
      Returns the logger instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface de.iip_ecosphere.platform.services.environment.switching.Strategy

        doSwitch
    • Constructor Detail

      • AbstractStrategy

        public AbstractStrategy()
    • Method Detail

      • getLogger

        protected org.slf4j.Logger getLogger()
        Returns the logger instance.
        Returns:
        the logger