Package com.jedox.palojlib.main
Class ClientInfo
java.lang.Object
com.jedox.palojlib.main.ClientInfo
- All Implemented Interfaces:
IConnectionConfiguration.IClientInfo
Information about the client connecting to olap
- Author:
- khaddadin
-
Constructor Summary
ConstructorsConstructorDescriptionClientInfo(String client, String clientDesc) Constructor to build a ClientInfo object -
Method Summary
Modifier and TypeMethodDescriptionprotected ClientInfocopyOf()get the client name, e.g.get the client description, e.g.voidsetIstioHeaders(Properties istioHeaders)
-
Constructor Details
-
ClientInfo
Constructor to build a ClientInfo object- Parameters:
client- client nameclientDesc- client descriptor
-
-
Method Details
-
getClient
get the client name, e.g. ETL- Specified by:
getClientin interfaceIConnectionConfiguration.IClientInfo- Returns:
- client name
-
getClientDesc
get the client description, e.g. Jedox ETL server- Specified by:
getClientDescin interfaceIConnectionConfiguration.IClientInfo- Returns:
- client description
-
copyOf
-
getIstioHeaders
- Specified by:
getIstioHeadersin interfaceIConnectionConfiguration.IClientInfo
-
setIstioHeaders
-