Package com.jedox.palojlib.main
Class ClientInfo
java.lang.Object
com.jedox.palojlib.main.ClientInfo
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 ClientInfo
copyOf()
get the client name, e.g.get the client description, e.g.void
setIstioHeaders
(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- Returns:
- client name
-
getClientDesc
get the client description, e.g. Jedox ETL server- Returns:
- client description
-
copyOf
-
getIstioHeaders
-
setIstioHeaders
-