Class DefaultConnectionProviderBeanInfo

java.lang.Object
org.jivesoftware.util.JiveBeanInfo
org.jivesoftware.database.DefaultConnectionProviderBeanInfo
All Implemented Interfaces:
BeanInfo

public class DefaultConnectionProviderBeanInfo extends JiveBeanInfo
BeanInfo class for the DefaultConnectionProvider class.
Author:
Jive Software
  • Field Details

    • PROPERTY_NAMES

      public static final String[] PROPERTY_NAMES
  • Constructor Details

    • DefaultConnectionProviderBeanInfo

      public DefaultConnectionProviderBeanInfo()
  • Method Details

    • getBeanClass

      public Class getBeanClass()
      Description copied from class: JiveBeanInfo
      Returns the bean Class.
      Specified by:
      getBeanClass in class JiveBeanInfo
      Returns:
      the Class of the JavaBean that the BeanInfo is for.
    • getPropertyNames

      public String[] getPropertyNames()
      Description copied from class: JiveBeanInfo
      Returns the names of the properties of the bean that should be exposed.
      Specified by:
      getPropertyNames in class JiveBeanInfo
      Returns:
      the names of the properties that should be exposed.
    • getName

      public String getName()
      Description copied from class: JiveBeanInfo
      Returns the name of the class that the bean info applies to (which corresponds to the resource bundle that will be loaded). For example, for the class com.foo.ExampleClass, the name would be ExampleClass.
      Specified by:
      getName in class JiveBeanInfo
      Returns:
      the name of the JavaBean that the BeanInfo is for.