/* */ {
/* 74 */ if (this.connectionState == null)
/* */ {
/* 76 */ this.delegate = ((DelegateSupport)invocation.getTargetObject());
/* */
/* 78 */ HierarchicalState hs = this.delegate.getState();
/* 79 */ while ((hs != null) && (!(hs instanceof ConnectionState)))
/* */ {
/* 81 */ hs = hs.getParent();
/* */ }
/* */
/* 84 */ this.connectionState = ((ConnectionState)hs);
/* */ }
/* */