Package jadex.commons.beans.beancontext
Class BeanContextChildSupport
- java.lang.Object
- 
- jadex.commons.beans.beancontext.BeanContextChildSupport
 
- 
- All Implemented Interfaces:
- BeanContextChild,- BeanContextServiceRevokedListener,- BeanContextServicesListener,- java.io.Serializable,- java.util.EventListener
 - Direct Known Subclasses:
- BeanContextSupport
 
 public class BeanContextChildSupport extends java.lang.Object implements BeanContextChild, BeanContextServicesListener, java.io.Serializable - See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected BeanContextbeanContextBeanContextChildbeanContextChildPeerprotected PropertyChangeSupportpcSupportprotected booleanrejectedSetBCOnceprotected VetoableChangeSupportvcSupport
 - 
Constructor SummaryConstructors Constructor Description BeanContextChildSupport()BeanContextChildSupport(BeanContextChild bcc)
 - 
Method Summary
 
- 
- 
- 
Field Detail- 
beanContextprotected transient BeanContext beanContext 
 - 
beanContextChildPeerpublic BeanContextChild beanContextChildPeer 
 - 
pcSupportprotected PropertyChangeSupport pcSupport 
 - 
rejectedSetBCOnceprotected transient boolean rejectedSetBCOnce 
 - 
vcSupportprotected VetoableChangeSupport vcSupport 
 
- 
 - 
Constructor Detail- 
BeanContextChildSupportpublic BeanContextChildSupport() 
 - 
BeanContextChildSupportpublic BeanContextChildSupport(BeanContextChild bcc) 
 
- 
 - 
Method Detail- 
addPropertyChangeListenerpublic void addPropertyChangeListener(java.lang.String name, PropertyChangeListener pcl)- Specified by:
- addPropertyChangeListenerin interface- BeanContextChild
 
 - 
addVetoableChangeListenerpublic void addVetoableChangeListener(java.lang.String name, VetoableChangeListener vcl)- Specified by:
- addVetoableChangeListenerin interface- BeanContextChild
 
 - 
firePropertyChangepublic void firePropertyChange(java.lang.String name, java.lang.Object oldValue, java.lang.Object newValue)
 - 
fireVetoableChangepublic void fireVetoableChange(java.lang.String name, java.lang.Object oldValue, java.lang.Object newValue) throws PropertyVetoException- Throws:
- PropertyVetoException
 
 - 
getBeanContextpublic BeanContext getBeanContext() - Specified by:
- getBeanContextin interface- BeanContextChild
 
 - 
getBeanContextChildPeerpublic BeanContextChild getBeanContextChildPeer() 
 - 
initializeBeanContextResourcesprotected void initializeBeanContextResources() 
 - 
isDelegatedpublic boolean isDelegated() 
 - 
releaseBeanContextResourcesprotected void releaseBeanContextResources() 
 - 
removePropertyChangeListenerpublic void removePropertyChangeListener(java.lang.String name, PropertyChangeListener pcl)- Specified by:
- removePropertyChangeListenerin interface- BeanContextChild
 
 - 
removeVetoableChangeListenerpublic void removeVetoableChangeListener(java.lang.String name, VetoableChangeListener vcl)- Specified by:
- removeVetoableChangeListenerin interface- BeanContextChild
 
 - 
serviceAvailablepublic void serviceAvailable(BeanContextServiceAvailableEvent bcsae) - Specified by:
- serviceAvailablein interface- BeanContextServicesListener
 
 - 
serviceRevokedpublic void serviceRevoked(BeanContextServiceRevokedEvent bcsre) - Specified by:
- serviceRevokedin interface- BeanContextServiceRevokedListener
 
 - 
setBeanContextpublic void setBeanContext(BeanContext bc) throws PropertyVetoException - Specified by:
- setBeanContextin interface- BeanContextChild
- Throws:
- PropertyVetoException
 
 - 
validatePendingSetBeanContextpublic boolean validatePendingSetBeanContext(BeanContext newValue) 
 
- 
 
-