// If 'bcc' parameter is not null the JavaBean component itself
// implements BeanContextChild
this.beanContextChildPeer = (bcc == null ? this : bcc);
// Initialize necessary fields for later use
pcSupport = new PropertyChangeSupport(this.beanContextChildPeer);
vcSupport = new VetoableChangeSupport(this.beanContextChildPeer);
this.rejectedSetBCOnce = false;
}