Package org.jivesoftware.database
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 Summary
Fields Modifier and Type Field Description static String[]
PROPERTY_NAMES
-
Fields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
-
Constructor Summary
Constructors Constructor Description DefaultConnectionProviderBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class
getBeanClass()
Returns the bean Class.String
getName()
Returns the name of the class that the bean info applies to (which corresponds to the resource bundle that will be loaded).String[]
getPropertyNames()
Returns the names of the properties of the bean that should be exposed.-
Methods inherited from class org.jivesoftware.util.JiveBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors
-
-
-
-
Field Detail
-
PROPERTY_NAMES
public static final String[] PROPERTY_NAMES
-
-
Method Detail
-
getBeanClass
public Class getBeanClass()
Description copied from class:JiveBeanInfo
Returns the bean Class.- Specified by:
getBeanClass
in classJiveBeanInfo
- 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 classJiveBeanInfo
- 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 classcom.foo.ExampleClass
, the name would beExampleClass
.- Specified by:
getName
in classJiveBeanInfo
- Returns:
- the name of the JavaBean that the BeanInfo is for.
-
-