public interface

BeanContextServiceProviderBeanInfo

implements BeanInfo
java.beans.beancontext.BeanContextServiceProviderBeanInfo

Class Overview

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.

Summary

[Expand]
Inherited Constants
From interface java.beans.BeanInfo
Public Methods
abstract BeanInfo[] getServicesBeanInfo()
Gets a BeanInfo array, one for each service class or interface statically available from this ServiceProvider.
[Expand]
Inherited Methods
From interface java.beans.BeanInfo

Public Methods

public abstract BeanInfo[] getServicesBeanInfo ()

Gets a BeanInfo array, one for each service class or interface statically available from this ServiceProvider.

Returns
  • the BeanInfo array