Package com.jedox.palojlib.interfaces
Interface IConnectionInfo
- All Known Implementing Classes:
ConnectionInfo
public interface IConnectionInfo
represent the olap server connection information typically returned from server/info
- Author:
- khaddadin
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enum
ssl encryption types possible in olap server -
Method Summary
Modifier and TypeMethodDescriptionbug fix versionbuild numberget encryption type used in olap serverIConnectionInfo.EncryptionType
int
https port if existsmajor versionminor version
-
Method Details
-
getMajorVersion
String getMajorVersion()major version- Returns:
- major version
-
getMinorVersion
String getMinorVersion()minor version- Returns:
- minor version
-
getBugfixVersion
String getBugfixVersion()bug fix version- Returns:
- bug fix version
-
getBuildNumber
String getBuildNumber()build number- Returns:
- build number
-
getEncryptionType
IConnectionInfo.EncryptionType getEncryptionType()get encryption type used in olap serverIConnectionInfo.EncryptionType
- Returns:
- encryption type
-
getHttpsPort
int getHttpsPort()https port if exists- Returns:
- https port if exists
-