Package com.mymed.controller.core.manager.connection

Interface Summary
IConnection Interface to have a common set of methods in case we want to implement a different class of connections for mymed.
IConnectionManager Common interface for a connection manager
IConnectionPool Common interface for the implementation of a pool
 

Class Summary
Connection Class that represents a connection to a Cassandra instance in mymed
ConnectionManager The manager of the connections and of the pools.
ConnectionPool Implementation of a connection pool