Package org.olap4j.driver.xmla
Interface XmlaOlap4jServerInfos
public interface XmlaOlap4jServerInfos
Common set of functions for an XMLA URL Provider.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the password to use with the URL.Returns a unique sesison ID to use.getUrl()
Returns the URL to use.Returns the username to use with the URL.void
setSessionId
(String sessionId) Stores the session id on the server.
-
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
Stores the session id on the server.- Parameters:
sessionId
- The session id to use.
-