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

/openjdk7/jdk/test/java/beans/beancontext/
H A DTest4328406.java35 import java.beans.beancontext.BeanContextServicesSupport;
41 BeanContextServices container = new BeanContextServicesSupport();
77 class MyService2 extends BeanContextServicesSupport implements BeanContextServiceProvider {
81 BeanContextServicesSupport bcs = (BeanContextServicesSupport) getBeanContext();
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DTest4652928.java32 import java.beans.beancontext.BeanContextServicesSupport;
48 list.add(fill(new BeanContextServicesSupport()));
/openjdk7/jdk/src/share/classes/java/beans/beancontext/
H A DBeanContextServicesSupport.java61 public class BeanContextServicesSupport extends BeanContextSupport class in inherits:BeanContextSupport,BeanContextServices
67 * Construct a BeanContextServicesSupport instance
77 public BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dTime, boolean visible) { method in class:BeanContextServicesSupport
89 public BeanContextServicesSupport(BeanContextServices peer, Locale lcle, boolean dtime) { method in class:BeanContextServicesSupport
100 public BeanContextServicesSupport(BeanContextServices peer, Locale lcle) { method in class:BeanContextServicesSupport
110 public BeanContextServicesSupport(BeanContextServices peer) { method in class:BeanContextServicesSupport
118 public BeanContextServicesSupport() { method in class:BeanContextServicesSupport
139 * <tt>BeanContextServicesSupport</tt>.
392 bcsp.releaseService(BeanContextServicesSupport.this.getBeanContextServicesPeer(), requestor, service);
430 BeanContextServiceRevokedEvent bcsre = new BeanContextServiceRevokedEvent(BeanContextServicesSupport
[all...]

Completed in 31 milliseconds