public
BeanContextChildSupport
()
public
BeanContextChildSupport
(BeanContextChild bcc)
public void
addPropertyChangeListener
(String name, PropertyChangeListener pcl)
[Specified in BeanContextChild]
public void
addVetoableChangeListener
(String name, VetoableChangeListener vcl)
[Specified in BeanContextChild]
public void
fireVetoableChange
(String name, Object oldValue, Object newValue)
throws
PropertyVetoException
public void
removePropertyChangeListener
(String name, PropertyChangeListener pcl)
[Specified in BeanContextChild]
public void
removeVetoableChangeListener
(String name, VetoableChangeListener vcl)
[Specified in BeanContextChild]
public void
serviceAvailable
(BeanContextServiceAvailableEvent bcsae)
[Specified in BeanContextServicesListener]
publicsynchronized void
setBeanContext
(BeanContext bc)
throws
PropertyVetoException
[Specified in BeanContextChild]
public
BeanContextChild beanContextChildPeer
BeanContext in which
this BeanContextChild is nested.
protected
PropertyChangeSupport pcSupport
protectedtransient
boolean rejectedSetBCOnce
PropertyChangeVetoException
thrown for the attempted setBeanContext operation.
protected
VetoableChangeSupport vcSupport