Creates a new adapter.paramtsccm the connection managerparamentry the pool entry for the connection being wrapped super(tsccm, entry); markReusable();
super(tsccm, entry); markReusable();
// override needed only to make method visible in this package super.detach();
// override needed only to make method visible in this package return super.getManager();
Obtains the pool entry.returnthe pool entry, or null if detached return super.poolEntry;
null
return super.poolEntry;