I have a "connection pool handler" which in its class has a array list of "Connection Handlers" I was wondering whether it is possible to have the "Connection Handlers" remove themselves from said list when they close the connections themselves and if so how?I have a "connection pool handler" which in its