//Check if this pool has been brought into memory
//If its already in memory, just call reconfig on it
PoolManager poolMgr = Switch.getSwitch().getPoolManager();
try {
poolMgr.reconfigPoolProperties(ccp);
} catch (PoolingException pe) {
throw new ConnectorRuntimeException(pe.getMessage());
}
//Run setXXX methods on the copy of the MCF that we have
//this is done to update the MCF to reflect changes in the