Where Am I? Class Hierarchy All Classes All Fields and Methods

Class com.ibm.db.DatabaseConnectionBeanInfo

java.lang.Object
   |
   +----java.beans.SimpleBeanInfo
           |
           +----com.ibm.db.DatabaseConnectionBeanInfo

public class DatabaseConnectionBeanInfo
extends SimpleBeanInfo

The bean information class for com.ibm.db.DatabaseConnection.

Version:
1.0 06/30/98
See Also:
DatabaseConnection

Constructor Index

DatabaseConnectionBeanInfo()

Method Index

autoCommitPropertyDescriptor()
Gets the autoCommitproperty descriptor.
commitMethodDescriptor()
Gets the commit method descriptor.
connectionAliasPropertyDescriptor()
Gets the alias property descriptor.
connectionSpecPropertyDescriptor()
Gets the connectionSpecproperty descriptor.
connectMethodDescriptor()
Gets the connect method descriptor.
dataAfter_committedMethodDescriptor()
Gets the committed method descriptor.
dataAfter_connectedMethodDescriptor()
Gets the connected method descriptor.
dataAfter_disconnectedMethodDescriptor()
Gets the disconnected method descriptor.
dataAfter_rolledBackMethodDescriptor()
Gets the rolledBack method descriptor.
databaseConnectionAfterEventSetDescriptor()
Gets the databaseConnectionAfter event set descriptor.
databaseConnectionBeforeEventSetDescriptor()
Gets the databaseConnectionBefore event set descriptor.
dataBefore_aboutToCommitMethodDescriptor()
Gets the aboutToCommit method descriptor.
dataBefore_aboutToConnectMethodDescriptor()
Gets the aboutToConnect method descriptor.
dataBefore_aboutToDisconnectMethodDescriptor()
Gets the aboutToDisconnect method descriptor.
dataBefore_aboutToRollbackMethodDescriptor()
Gets the aboutToRollback method descriptor.
dataSourceNamePropertyDescriptor()
Gets the dataSourceNameproperty descriptor.
disconnectMethodDescriptor()
Gets the disconnect method descriptor.
driverNamePropertyDescriptor()
Gets the driverName property descriptor.
getBeanClass()
Gets the bean class.
getBeanDescriptor()
getEventSetDescriptors()
Return the event set descriptors for this bean.
getMethodDescriptors()
Return the method descriptors for this bean.
getPropertyDescriptors()
Return the property descriptors for this bean.
passwordPropertyDescriptor()
Gets the password property descriptor.
promptUIDPropertyDescriptor()
Gets the promptUID property descriptor.
rollbackMethodDescriptor()
Gets the rollback method descriptor.
userIDPropertyDescriptor()
Gets the userID property descriptor.

Constructors

DatabaseConnectionBeanInfo
 public DatabaseConnectionBeanInfo()

Methods

autoCommitPropertyDescriptor
 public PropertyDescriptor autoCommitPropertyDescriptor()
Gets the autoCommitproperty descriptor.

Returns:
java.beans.PropertyDescriptor
commitMethodDescriptor
 public MethodDescriptor commitMethodDescriptor()
Gets the commit method descriptor.

Returns:
java.beans.MethodDescriptor
connectionAliasPropertyDescriptor
 public PropertyDescriptor connectionAliasPropertyDescriptor()
Gets the alias property descriptor.

Returns:
java.beans.PropertyDescriptor
connectionSpecPropertyDescriptor
 public PropertyDescriptor connectionSpecPropertyDescriptor()
Gets the connectionSpecproperty descriptor.

Returns:
java.beans.PropertyDescriptor
connectMethodDescriptor
 public MethodDescriptor connectMethodDescriptor()
Gets the connect method descriptor.

Returns:
java.beans.MethodDescriptor
dataAfter_committedMethodDescriptor
 public MethodDescriptor dataAfter_committedMethodDescriptor()
Gets the committed method descriptor.

Returns:
java.beans.MethodDescriptor
dataAfter_connectedMethodDescriptor
 public MethodDescriptor dataAfter_connectedMethodDescriptor()
Gets the connected method descriptor.

Returns:
java.beans.MethodDescriptor
dataAfter_disconnectedMethodDescriptor
 public MethodDescriptor dataAfter_disconnectedMethodDescriptor()
Gets the disconnected method descriptor.

Returns:
java.beans.MethodDescriptor
dataAfter_rolledBackMethodDescriptor
 public MethodDescriptor dataAfter_rolledBackMethodDescriptor()
Gets the rolledBack method descriptor.

Returns:
java.beans.MethodDescriptor
databaseConnectionAfterEventSetDescriptor
 public EventSetDescriptor databaseConnectionAfterEventSetDescriptor()
Gets the databaseConnectionAfter event set descriptor.

Returns:
java.beans.EventSetDescriptor
databaseConnectionBeforeEventSetDescriptor
 public EventSetDescriptor databaseConnectionBeforeEventSetDescriptor()
Gets the databaseConnectionBefore event set descriptor.

Returns:
java.beans.EventSetDescriptor
dataBefore_aboutToCommitMethodDescriptor
 public MethodDescriptor dataBefore_aboutToCommitMethodDescriptor()
Gets the aboutToCommit method descriptor.

Returns:
java.beans.MethodDescriptor
dataBefore_aboutToConnectMethodDescriptor
 public MethodDescriptor dataBefore_aboutToConnectMethodDescriptor()
Gets the aboutToConnect method descriptor.

Returns:
java.beans.MethodDescriptor
dataBefore_aboutToDisconnectMethodDescriptor
 public MethodDescriptor dataBefore_aboutToDisconnectMethodDescriptor()
Gets the aboutToDisconnect method descriptor.

Returns:
java.beans.MethodDescriptor
dataBefore_aboutToRollbackMethodDescriptor
 public MethodDescriptor dataBefore_aboutToRollbackMethodDescriptor()
Gets the aboutToRollback method descriptor.

Returns:
java.beans.MethodDescriptor
dataSourceNamePropertyDescriptor
 public PropertyDescriptor dataSourceNamePropertyDescriptor()
Gets the dataSourceNameproperty descriptor.

Returns:
java.beans.PropertyDescriptor
disconnectMethodDescriptor
 public MethodDescriptor disconnectMethodDescriptor()
Gets the disconnect method descriptor.

Returns:
java.beans.MethodDescriptor
driverNamePropertyDescriptor
 public PropertyDescriptor driverNamePropertyDescriptor()
Gets the driverName property descriptor.

Returns:
the driver name
getBeanClass
 public static Class getBeanClass()
Gets the bean class.

Returns:
java.lang.Class
getBeanDescriptor
 public BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class SimpleBeanInfo
getEventSetDescriptors
 public EventSetDescriptor[] getEventSetDescriptors()
Return the event set descriptors for this bean.

Returns:
java.beans.EventSetDescriptor[]
Overrides:
getEventSetDescriptors in class SimpleBeanInfo
getMethodDescriptors
 public MethodDescriptor[] getMethodDescriptors()
Return the method descriptors for this bean.

Returns:
java.beans.MethodDescriptor[]
Overrides:
getMethodDescriptors in class SimpleBeanInfo
getPropertyDescriptors
 public PropertyDescriptor[] getPropertyDescriptors()
Return the property descriptors for this bean.

Returns:
java.beans.PropertyDescriptor[]
Overrides:
getPropertyDescriptors in class SimpleBeanInfo
passwordPropertyDescriptor
 public PropertyDescriptor passwordPropertyDescriptor()
Gets the password property descriptor.

Returns:
password property descriptor
promptUIDPropertyDescriptor
 public PropertyDescriptor promptUIDPropertyDescriptor()
Gets the promptUID property descriptor.

Returns:
promptUID property descriptor
rollbackMethodDescriptor
 public MethodDescriptor rollbackMethodDescriptor()
Gets the rollback method descriptor.

Returns:
java.beans.MethodDescriptor
userIDPropertyDescriptor
 public PropertyDescriptor userIDPropertyDescriptor()
Gets the userID property descriptor.

Returns:
userID

Where Am I? Class Hierarchy All Classes All Fields and Methods