// implements BeanContextChild
        this.beanContextChildPeer = (bcc == null ? this : bcc);
        // Initialize necessary fileds for later use
        pcSupport = new PropertyChangeSupport(this.beanContextChildPeer);
        vcSupport = new VetoableChangeSupport(this.beanContextChildPeer);
        this.rejectedSetBCOnce = false;
    }