Uses of Class
java.beans.beancontext.BeanContextSupport.BCSChild
Package
Description
Provides classes and interfaces relating to bean context.
-
Uses of BeanContextSupport.BCSChild in java.beans.beancontext
Modifier and TypeClassDescriptionprotected class
Deprecated, for removal: This API element is subject to removal in a future version.A protected nested class containing per-child information in thechildren
hashtable.Modifier and TypeFieldDescriptionprotected HashMap
<Object, BeanContextSupport.BCSChild> BeanContextSupport.children
Deprecated, for removal: This API element is subject to removal in a future version.all accesses to theprotected HashMap children
field shall be synchronized on that object.Modifier and TypeMethodDescriptionprotected BeanContextSupport.BCSChild
BeanContextServicesSupport.createBCSChild
(Object targetChild, Object peer) Deprecated, for removal: This API element is subject to removal in a future version.Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.protected BeanContextSupport.BCSChild
BeanContextSupport.createBCSChild
(Object targetChild, Object peer) Deprecated, for removal: This API element is subject to removal in a future version.Subclasses can override this method to insert their own subclass of Child without having to override add() or the other Collection methods that add children to the set.Modifier and TypeMethodDescriptionprotected Iterator
<BeanContextSupport.BCSChild> BeanContextSupport.bcsChildren()
Deprecated, for removal: This API element is subject to removal in a future version.Returns an iterator of all children of thisBeanContext
.Modifier and TypeMethodDescriptionprotected void
BeanContextSupport.childDeserializedHook
(Object child, BeanContextSupport.BCSChild bcsc) Deprecated, for removal: This API element is subject to removal in a future version.Called by readObject with the newly deserialized child and BCSChild.protected void
BeanContextSupport.childJustAddedHook
(Object child, BeanContextSupport.BCSChild bcsc) Deprecated, for removal: This API element is subject to removal in a future version.subclasses may override this method to simply extend add() semantics after the child has been added and before the event notification has occurred.protected void
BeanContextServicesSupport.childJustRemovedHook
(Object child, BeanContextSupport.BCSChild bcsc) Deprecated, for removal: This API element is subject to removal in a future version.called from superclass child removal operations after a child has been successfully removed. called with child synchronized.protected void
BeanContextSupport.childJustRemovedHook
(Object child, BeanContextSupport.BCSChild bcsc) Deprecated, for removal: This API element is subject to removal in a future version.subclasses may override this method to simply extend remove() semantics after the child has been removed and before the event notification has occurred.