Package com.jedox.palojlib.interfaces
Interface IConnectionManager
- All Known Implementing Classes:
ConnectionManager
public interface IConnectionManager
represent a manager that provide connections
- Author:
- khaddadin
-
Method Summary
Modifier and TypeMethodDescriptionget a connection to a server
-
Method Details
-
getConnection
get a connection to a server- Parameters:
config
- connection configuration- Returns:
- a connection instance to server
- Throws:
PaloException
- exception from OLAP serverPaloJException
- exception from the library itself
-