if(ccp == null){
throw new ConnectorRuntimeException("No pool to reconfigure, original pool object is null");
}
logFine("origCcp :\n" + origCcp.toString());
ReconfigAction action = ConnectionPoolReconfigHelper.compare( origCcp, ccp,
excludedProps );
if ( action == ReconfigAction.UPDATE_MCF_AND_ATTRIBUTES ) {
logFine( "@@@@ action == " + action);
updateMCFAndPoolAttributes( ccp );