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 modeboolean
check whether cube worker is enabledboolean
check whether dimension worker is enabledboolean
check whether drillthrough worker is enabledboolean
check whether svs is active
-
Constructor Details
-
SvsInfo
-
-
Method Details
-
isSvsActive
public boolean isSvsActive()Description copied from interface:ISvsInfo
check whether svs is active- Specified by:
isSvsActive
in interfaceISvsInfo
- Returns:
- true if active otherwise false
-
getLoginMode
Description copied from interface:ISvsInfo
get svs login mode- Specified by:
getLoginMode
in interfaceISvsInfo
- 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 interfaceISvsInfo
- 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 interfaceISvsInfo
- 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 interfaceISvsInfo
- Returns:
- true if enabled otherwise false
-