/* 211 */ log.trace(this + " adding delegates factory " + uniqueName + " pointing to " + delegate);
/* */
/* 213 */ this.delegates.put(uniqueName, delegate);
/* */
/* 216 */ rebindConnectionFactory(this.initialContext, jndiBindings, delegate);
/* */ ConnectionFactoryAdvised advised;
/* 222 */ synchronized (AspectManager.instance())
/* */ {
/* 224 */ advised = new ConnectionFactoryAdvised(endpoint);
/* */ }
/* */
/* 229 */ Dispatcher.instance.registerTarget(id, advised);
/* */
/* 233 */ if (this.replicator != null) this.replicator.put("CF_" + uniqueName, localDelegate);