Package com.jedox.palojlib.main
Class ConnectionManager
java.lang.Object
com.jedox.palojlib.main.ConnectionManager
- All Implemented Interfaces:
IConnectionManager
-
Method Summary
Modifier and TypeMethodDescriptionget a connection to a servergetConnection
(SessionConfiguration sessionconfig, String suiteUser, String suitePassword) static ConnectionManager
-
Method Details
-
getInstance
-
getConnection
public IConnection getConnection(IConnectionConfiguration config) throws PaloException, PaloJException Description copied from interface:IConnectionManager
get a connection to a server- Specified by:
getConnection
in interfaceIConnectionManager
- Parameters:
config
- connection configuration- Returns:
- a connection instance to server
- Throws:
PaloException
- exception from OLAP serverPaloJException
- exception from the library itself
-
getConnection
public IConnection getConnection(SessionConfiguration sessionconfig, String suiteUser, String suitePassword) throws PaloException, PaloJException - Throws:
PaloException
PaloJException
-