Searched defs:BeanContext (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContext.java41 * The BeanContext acts a logical hierarchical container for JavaBeans.
56 public interface BeanContext extends BeanContextChild, Collection, DesignMode, Visibility { interface in inherits:BeanContextChild,Collection,DesignMode,Visibility
60 * child of this <code>BeanContext</code>.
67 * as a child of this <code>BeanContext</code>
76 * this method allows a <code>BeanContext</code> implementation
92 * method allows a <code>BeanContext</code> implementation to interpose
108 * this <code>BeanContext</code> whenever it adds
126 * This global lock is used by both <code>BeanContext</code>
128 * to serialize changes in a <code>BeanContext</code>

Completed in 1820 milliseconds