Class SvsInfo

java.lang.Object
com.jedox.palojlib.main.SvsInfo
All Implemented Interfaces:
ISvsInfo

public class SvsInfo extends Object implements ISvsInfo
Author:
khaddadin
  • Constructor Details

    • SvsInfo

      protected SvsInfo(String svsActive, String loginMode, String cubeWorkerActive, String enableDrillthrough, String enableDimensionWorker)
  • Method Details

    • isSvsActive

      public boolean isSvsActive()
      Description copied from interface: ISvsInfo
      check whether svs is active
      Specified by:
      isSvsActive in interface ISvsInfo
      Returns:
      true if active otherwise false
    • getLoginMode

      public ISvsInfo.LOGIN_MODE getLoginMode()
      Description copied from interface: ISvsInfo
      get svs login mode
      Specified by:
      getLoginMode in interface ISvsInfo
      Returns:
      login mode ISvsInfo.LOGIN_MODE
    • isCubeWorkerActive

      public boolean isCubeWorkerActive()
      Description copied from interface: ISvsInfo
      check whether cube worker is enabled
      Specified by:
      isCubeWorkerActive in interface ISvsInfo
      Returns:
      true if active otherwise false
    • isEnableDrillthrough

      public boolean isEnableDrillthrough()
      Description copied from interface: ISvsInfo
      check whether drillthrough worker is enabled
      Specified by:
      isEnableDrillthrough in interface ISvsInfo
      Returns:
      true if enabled otherwise false
    • isEnableDimensionWorker

      public boolean isEnableDimensionWorker()
      Description copied from interface: ISvsInfo
      check whether dimension worker is enabled
      Specified by:
      isEnableDimensionWorker in interface ISvsInfo
      Returns:
      true if enabled otherwise false