Searched refs:BeanContextChildSupport (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/java/beans/beancontext/
H A DTest4233980.java31 import java.beans.beancontext.BeanContextChildSupport;
37 BeanContextChildSupport bean = new BeanContextChildSupport(); // The JavaBean
H A DTest4328406.java32 import java.beans.beancontext.BeanContextChildSupport;
56 class MyService1 extends BeanContextChildSupport implements BeanContextServiceProvider {
110 class MyBean extends BeanContextChildSupport {
/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextChildSupport.java59 public class BeanContextChildSupport implements BeanContextChild, BeanContextServicesListener, Serializable { class in inherits:BeanContextChild,BeanContextServicesListener,Serializable
64 * construct a BeanContextChildSupport where this class has been
68 public BeanContextChildSupport() { method in class:BeanContextChildSupport
78 * construct a BeanContextChildSupport where the JavaBean component
83 public BeanContextChildSupport(BeanContextChild bcc) { method in class:BeanContextChildSupport
94 * this <code>BeanContextChildSupport</code>.
140 * for this <code>BeanContextChildSupport</code>.
142 * this <code>BeanContextChildSupport</code>.
233 * <tt>BeanContextChildSupport</tt>.
324 throw new IOException("BeanContextChildSupport beanContextChildPee
[all...]
H A DBeanContextSupport.java75 public class BeanContextSupport extends BeanContextChildSupport

Completed in 54 milliseconds