org.olap4j.driver.xmla
public interface XmlaOlap4jServerInfos
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
Returns the password to use with the URL.
|
String |
getSessionId()
Returns a unique sesison ID to use.
|
URL |
getUrl()
Returns the URL to use.
|
String |
getUsername()
Returns the username to use with the URL.
|
void |
setSessionId(String sessionId)
Stores the session id on the server.
|
String getUsername()
String getPassword()
String getSessionId()
void setSessionId(String sessionId)
sessionId
- The session id to use.