KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > beans > beancontext > BeanContext

java.beans.beancontext
Interface BeanContext

All Superinterfaces:
BeanContextChild, Collection, DesignMode, Iterable, Visibility
All Known Subinterfaces:
BeanContextServices
All Known Implementing Classes:
BeanContextServicesSupport, BeanContextSupport
See Also:
Top Examples, Source Code, Beans, BeanContextMembershipListener, PropertyChangeEvent, java.beans.VetoableChangeEvent

void addBeanContextMembershipListener(BeanContextMembershipListener bcml)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


URL getResource(String name,
                BeanContextChild bcc)
                throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


InputStream getResourceAsStream(String name,
                                BeanContextChild bcc)
                                throws IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final Object globalHierarchyLock
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Object instantiateChild(String beanName)
                        throws IOException,
                               ClassNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


void removeBeanContextMembershipListener(BeanContextMembershipListener bcml)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags