当前页面:
在线文档首页 >
JDK 5 Documentation v1.2.2, Java 2 SDK 英文文档
Java(TM) 2 Platform, Standard Edition, v1.2.2 API Specification: Interface BeanContextServiceProviderBeanInfo - JDK 5 Documentation v1.2.2, Java 2 SDK 英文文档
java.beans.beancontext
Interface BeanContextServiceProviderBeanInfo
- public 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
Java, Java 2D, and JDBC are a trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1999 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.