Interface ISvsInfo

All Known Implementing Classes:
SvsInfo

public interface ISvsInfo
represent svs information typically result from svs/info
Author:
afroehlich
  • Method Details

    • isSvsActive

      boolean isSvsActive()
      check whether svs is active
      Returns:
      true if active otherwise false
    • getLoginMode

      ISvsInfo.LOGIN_MODE getLoginMode()
      get svs login mode
      Returns:
      login mode ISvsInfo.LOGIN_MODE
    • isCubeWorkerActive

      boolean isCubeWorkerActive()
      check whether cube worker is enabled
      Returns:
      true if active otherwise false
    • isEnableDrillthrough

      boolean isEnableDrillthrough()
      check whether drillthrough worker is enabled
      Returns:
      true if enabled otherwise false
    • isEnableDimensionWorker

      boolean isEnableDimensionWorker()
      check whether dimension worker is enabled
      Returns:
      true if enabled otherwise false