Class ClientInfo

java.lang.Object
com.jedox.palojlib.main.ClientInfo

public class ClientInfo extends Object
Information about the client connecting to olap
Author:
khaddadin
  • Constructor Details

    • ClientInfo

      public ClientInfo(String client, String clientDesc)
      Constructor to build a ClientInfo object
      Parameters:
      client - client name
      clientDesc - client descriptor
  • Method Details

    • getClient

      public String getClient()
      get the client name, e.g. ETL
      Returns:
      client name
    • getClientDesc

      public String getClientDesc()
      get the client description, e.g. Jedox ETL server
      Returns:
      client description
    • copyOf

      protected ClientInfo copyOf()
    • getIstioHeaders

      public Properties getIstioHeaders()
    • setIstioHeaders

      public void setIstioHeaders(Properties istioHeaders)