Interface XmlaOlap4jServerInfos


public interface XmlaOlap4jServerInfos
Common set of functions for an XMLA URL Provider.
  • Method Details

    • getUrl

      URL getUrl()
      Returns the URL to use.
      Returns:
      the url.
    • getUsername

      String getUsername()
      Returns the username to use with the URL.
      Returns:
      the username.
    • getPassword

      String getPassword()
      Returns the password to use with the URL.
      Returns:
      the password.
    • getSessionId

      String getSessionId()
      Returns a unique sesison ID to use.
      Returns:
      the session id.
    • setSessionId

      void setSessionId(String sessionId)
      Stores the session id on the server.
      Parameters:
      sessionId - The session id to use.