org.olap4j.driver.xmla
Interface XmlaOlap4jServerInfos


public interface XmlaOlap4jServerInfos

Common set of functions for an XMLA URL Provider.

Version:
$Id: XmlaOlap4jServerInfos.java 483 2012-01-05 23:43:18Z jhyde $

Method Summary
 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.
 

Method Detail

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.

SourceForge.net_Logo