|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Methods | ||
void addPropertyChangeListener(String, |
Documentation changed from old to new. |
Adds a property change listener. |
void addVetoableChangeListener(String, |
Documentation changed from old to new. |
Adds a VetoableChangeListener . |
void firePropertyChange(String, |
Documentation changed from old to new. |
Report a bound property update to any registered listeners. |
void fireVetoableChange(String, |
Documentation changed from old to new. |
Report a vetoable property update to any registered listeners. |
BeanContext getBeanContext() |
Documentation changed from old to new. |
Gets the nesting BeanContext for this BeanContextChildSupport . |
BeanContextChild getBeanContextChildPeer() |
Documentation changed from old to new. |
Gets the BeanContextChild associated with this BeanContextChildSupport. |
boolean isDelegated() |
Documentation changed from old to new. |
Reports whether or not this class is a delegate of another. |
void removePropertyChangeListener(String, |
Documentation changed from old to new. |
Remove a property change listener. |
void removeVetoableChangeListener(String, |
Documentation changed from old to new. |
Removes a VetoableChangeListener . |
void serviceAvailable(BeanContextServiceAvailableEvent ) |
Documentation changed from old to new. |
A new service is available from the nesting BeanContext. |
void serviceRevoked(BeanContextServiceRevokedEvent ) |
Documentation changed from old to new. |
A service provided by the nesting BeanContext has been revoked. |
void setBeanContext(BeanContext ) |
Documentation changed from old to new. |
Sets the BeanContext for this BeanContextChildSupport . |
boolean validatePendingSetBeanContext(BeanContext ) |
Documentation changed from old to new. |
Called from setBeanContext to validate (or otherwise) the pending change in the nesting BeanContext property value. |
Changed Fields | ||
BeanContextChild beanContextChildPeer |
Documentation changed from old to new. |
The BeanContext in which this BeanContextChild is nested. |
PropertyChangeSupport pcSupport |
Documentation changed from old to new. |
The PropertyChangeSupport associated with this BeanContextChildSupport. |
boolean rejectedSetBCOnce |
Documentation changed from old to new. |
A flag indicating that there has been at least one PropertyChangeVetoException thrown for the attempted setBeanContext operation. |
VetoableChangeSupport vcSupport |
Documentation changed from old to new. |
The VetoableChangeSupport associated with this BeanContextChildSupport. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |