Package org.jivesoftware.database
Class DefaultConnectionProviderBeanInfo
java.lang.Object
org.jivesoftware.util.JiveBeanInfo
org.jivesoftware.database.DefaultConnectionProviderBeanInfo
- All Implemented Interfaces:
BeanInfo
BeanInfo class for the DefaultConnectionProvider class.
- Author:
- Jive Software
-
Field Summary
FieldsFields inherited from interface java.beans.BeanInfo
ICON_COLOR_16x16, ICON_COLOR_32x32, ICON_MONO_16x16, ICON_MONO_32x32
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jivesoftware.util.JiveBeanInfo
getAdditionalBeanInfo, getBeanDescriptor, getDefaultEventIndex, getDefaultPropertyIndex, getEventSetDescriptors, getIcon, getMethodDescriptors, getPropertyDescriptors
-
Field Details
-
PROPERTY_NAMES
-
-
Constructor Details
-
DefaultConnectionProviderBeanInfo
public DefaultConnectionProviderBeanInfo()
-
-
Method Details
-
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
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
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.
-