Interface SBBeanInfo

  • All Superinterfaces:
    BeanInfo
    All Known Implementing Classes:
    SBSimpleBeanInfo

    public interface SBBeanInfo
    extends BeanInfo
    BeanInfos of StreamBase adapters should consider implementing this interface to gain better handling of property errors.
    • Method Detail

      • getPropertyDescriptorsChecked

        PropertyDescriptor[] getPropertyDescriptorsChecked()
                                                    throws IntrospectionException
        Returns the property descriptors of an operator or adapter
        Returns:
        An array containing the property descriptors of an operator or adapter
        Throws:
        IntrospectionException - If a getter or setter for a property is missing