Package com.jedox.palojlib.main
Class SessionConfiguration
java.lang.Object
com.jedox.palojlib.main.SessionConfiguration
represent the connection configuration if the olap session is already given
- Author:
- khaddadin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getHost()
getPort()
int
boolean
void
setClientInfo
(ClientInfo clientInfo) void
void
void
setSession
(String session) void
setSslPreferred
(boolean sslPreferred) void
setTimeout
(int timeout)
-
Field Details
-
contextId
public int contextId
-
-
Constructor Details
-
SessionConfiguration
public SessionConfiguration()
-
-
Method Details
-
getSession
-
setSession
-
getContextId
public int getContextId() -
getHost
-
getPort
-
getTimeout
public int getTimeout() -
isSslPreferred
public boolean isSslPreferred() -
setHost
-
setPort
-
setTimeout
public void setTimeout(int timeout) -
setSslPreferred
public void setSslPreferred(boolean sslPreferred) -
getClientInfo
-
setClientInfo
-