java.beans.beancontext
Interface BeanContextServiceProviderBeanInfo
- public abstract interface BeanContextServiceProviderBeanInfo
- extends BeanInfo
A BeanContextServiceProvider implementor who wishes to provide explicit
information about the services their bean may provide shall implement a
BeanInfo class that implements this BeanInfo subinterface and provides
explicit information about the methods, properties, events, etc, of their
services.
getServicesBeanInfo
public BeanInfo[] getServicesBeanInfo()
- Returns:
- an array of BeanInfo, one for each service class or
interface statically available from this ServiceProvider class.
Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.