- すべてのスーパー・インタフェース:
- BeanInfo
public interface BeanContextServiceProviderBeanInfo extends BeanInfo
Beanによって提供されるサービスについての明確な情報を提供する必要がある場合、BeanContextServiceProviderの実装者は、このBeanInfoサブインタフェースを実装します。これにより、サービスのメソッド、プロパティ、イベントなどについての明確な情報を提供するBeanInfoクラスを実装します。
- 
フィールドのサマリーインタフェース java.beans.BeanInfoで宣言されたフィールドICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
- 
メソッドのサマリーインタフェース java.beans.BeanInfoで宣言されたメソッドgetAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors
- 
メソッドの詳細- 
getServicesBeanInfoBeanInfo[] getServicesBeanInfo()このServiceProviderから静的に提供されるサービス・クラスまたはインタフェースごとに1つ、BeanInfoの配列を取得します。- 戻り値:
- BeanInfoの配列
 
 
-