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:JiveBeanInfoReturns the bean Class.- Specified by:
getBeanClassin classJiveBeanInfo- Returns:
- the Class of the JavaBean that the BeanInfo is for.
-
getPropertyNames
Description copied from class:JiveBeanInfoReturns the names of the properties of the bean that should be exposed.- Specified by:
getPropertyNamesin classJiveBeanInfo- Returns:
- the names of the properties that should be exposed.
-
getName
Description copied from class:JiveBeanInfoReturns 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:
getNamein classJiveBeanInfo- Returns:
- the name of the JavaBean that the BeanInfo is for.
-