| Package | Description |
|---|---|
| com.googlecode.openbeans.beancontext |
| Modifier and Type | Class and Description |
|---|---|
protected class |
BeanContextServicesSupport.BCSSChild
Every child of context is companied with a
BCSSChild instance. |
| Modifier and Type | Method and Description |
|---|---|
protected BeanContextSupport.BCSChild |
BeanContextSupport.createBCSChild(Object child,
Object proxyPeer)
Creates a
BCSChild object to company the given child. |
protected BeanContextSupport.BCSChild |
BeanContextServicesSupport.createBCSChild(Object child,
Object proxyPeer)
Creates a
BCSSChild object to company the given child. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BeanContextSupport.childDeserializedHook(Object child,
BeanContextSupport.BCSChild bcsChild)
This method is called during deserialization everytime a child is read.
|
protected void |
BeanContextSupport.childJustAddedHook(Object child,
BeanContextSupport.BCSChild bcsChild)
This method is called everytime a child is added to this context.
|
protected void |
BeanContextSupport.childJustRemovedHook(Object child,
BeanContextSupport.BCSChild bcsChild)
This method is called everytime a child is removed from this context.
|
protected void |
BeanContextServicesSupport.childJustRemovedHook(Object child,
BeanContextSupport.BCSChild bcsChild)
This method is called everytime a child is removed from this context.
|
Copyright © 2014. All Rights Reserved.