Searched refs:BeanContextProxy (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextProxy.java76 public interface BeanContextProxy { interface
H A DBeanContextSupport.java356 * @param peer the peer if the tragetChild and the peer are related by an implementation of BeanContextProxy
404 if (targetChild instanceof BeanContextProxy) {
405 bccp = ((BeanContextProxy)targetChild).getBeanContextProxy();
1236 * @throws IllegalArgumentException if child implements both BeanContextChild and BeanContextProxy
1242 if (child instanceof BeanContextChild && child instanceof BeanContextProxy)
1243 throw new IllegalArgumentException("child cannot implement both BeanContextChild and BeanContextProxy");
1248 return ((BeanContextProxy)child).getBeanContextProxy();

Completed in 40 milliseconds