Package com.jedox.palojlib.main
Class SvsInfo
java.lang.Object
com.jedox.palojlib.main.SvsInfo
- All Implemented Interfaces:
ISvsInfo
- Author:
- khaddadin
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.jedox.palojlib.interfaces.ISvsInfo
ISvsInfo.LOGIN_MODE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget svs login modebooleancheck whether cube worker is enabledbooleancheck whether dimension worker is enabledbooleancheck whether drillthrough worker is enabledbooleancheck whether svs is active
-
Constructor Details
-
SvsInfo
-
-
Method Details
-
isSvsActive
public boolean isSvsActive()Description copied from interface:ISvsInfocheck whether svs is active- Specified by:
isSvsActivein interfaceISvsInfo- Returns:
- true if active otherwise false
-
getLoginMode
Description copied from interface:ISvsInfoget svs login mode- Specified by:
getLoginModein interfaceISvsInfo- Returns:
- login mode
ISvsInfo.LOGIN_MODE
-
isCubeWorkerActive
public boolean isCubeWorkerActive()Description copied from interface:ISvsInfocheck whether cube worker is enabled- Specified by:
isCubeWorkerActivein interfaceISvsInfo- Returns:
- true if active otherwise false
-
isEnableDrillthrough
public boolean isEnableDrillthrough()Description copied from interface:ISvsInfocheck whether drillthrough worker is enabled- Specified by:
isEnableDrillthroughin interfaceISvsInfo- Returns:
- true if enabled otherwise false
-
isEnableDimensionWorker
public boolean isEnableDimensionWorker()Description copied from interface:ISvsInfocheck whether dimension worker is enabled- Specified by:
isEnableDimensionWorkerin interfaceISvsInfo- Returns:
- true if enabled otherwise false
-