PooledConnection を実装するたびに、書き込みます
class MyConnection implements PooledConnection, Connection {
// implement methods of PooledConnection and Connection
}
そして、なぜPooledConnection設計されていないのだろうかextends Connection?結局のところ、aPooledConnectionは常に aであるためです。Connection