/* */
/* 347 */ String uniqueName = key.substring("CF_".length());
/* */
/* 349 */ log.debug(this + " received '" + uniqueName + "' connection factory deploy / undeploy");
/* */
/* 351 */ ConnectionFactoryDelegate cfd = (ConnectionFactoryDelegate)this.delegates.get(uniqueName);
/* */
/* 353 */ if (cfd != null)
/* */ {
/* 360 */ if (!(cfd instanceof ClientConnectionFactoryDelegate))
/* */ {