Searched refs:setBeanContext (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextChild.java42 * object shall pass a reference to itself via the setBeanContext() method of
88 void setBeanContext(BeanContext bc) throws PropertyVetoException; method in interface:BeanContextChild
H A DBeanContextChildSupport.java99 public synchronized void setBeanContext(BeanContext bc) throws PropertyVetoException { method in class:BeanContextChildSupport
108 "setBeanContext() change rejected:",
279 * Called from setBeanContext to validate (or otherwise) the
281 * Returning false will cause setBeanContext to throw
333 * Restore a persistent object, must wait for subsequent setBeanContext()
369 * thrown for the attempted setBeanContext operation.
H A DBeanContextSupport.java396 // The specification requires that we invoke setBeanContext() on the
421 cbcc.setBeanContext(getBeanContextPeer());
489 * unexpected <tt>setBeanContext</tt> or
522 cbcc.setBeanContext(null);
1038 bcc.setBeanContext(getBeanContextPeer());
1089 throw new PropertyVetoException("current BeanContext vetoes setBeanContext()", pce);

Completed in 34 milliseconds