Changed Methods |
void addBeanContextMembershipListener(BeanContextMembershipListener )
|
Documentation changed from old to new. |
Adds the specified BeanContextMembershipListener to receive BeanContextMembershipEvents from this BeanContext whenever it adds or removes a child Component (s). |
URL getResource(String, BeanContextChild)
|
Documentation changed from old to new. |
Analagous to java.lang.ClassLoader.getResource() this method allows a BeanContext implementation to interpose behavior between the child Component and underlying ClassLoader . |
InputStream getResourceAsStream(String, BeanContextChild)
|
Documentation changed from old to new. |
Analagous to java.lang.ClassLoader.getResourceAsStream() this method allows a BeanContext implementation to interpose behavior between the child Component and underlying ClassLoader . |
Object instantiateChild(String )
|
Documentation changed from old to new. |
Instantiate the javaBean named as a child of this BeanContext . |
void removeBeanContextMembershipListener(BeanContextMembershipListener )
|
Documentation changed from old to new. |
Removes the specified BeanContextMembershipListener so that it no longer receives BeanContextMembershipEvent s when the child Component (s) are added or removed. |