/* */ {
/* 101 */ super(null, (DelegateSupport)delegate);
/* */
/* 103 */ if (log.isTraceEnabled()) log.trace(this + " constructing connection state");
/* */
/* 105 */ this.children = new SyncSet(new HashSet(), new WriterPreferenceReadWriteLock());
/* */
/* 107 */ this.remotingConnection = remotingConnection;
/* 108 */ this.versionToUse = versionToUse;
/* */
/* 113 */ this.resourceManager = ResourceManagerFactory.instance.checkOutResourceManager(serverID);