com.ibm.db
Class DatabaseConnectionBeanInfo

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

public class DatabaseConnectionBeanInfo
extends java.beans.SimpleBeanInfo

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

See Also:
DatabaseConnection

Field Summary
private static java.lang.String copyright
           
 
Constructor Summary
DatabaseConnectionBeanInfo()
           
 
Method Summary
 java.beans.PropertyDescriptor autoCommitPropertyDescriptor()
          Gets the autoCommitproperty descriptor.
 java.beans.MethodDescriptor commitMethodDescriptor()
          Gets the commit method descriptor.
 java.beans.PropertyDescriptor connectedPropertyDescriptor()
          Gets the connected property descriptor.
 java.beans.PropertyDescriptor connectionAliasPropertyDescriptor()
          Gets the alias property descriptor.
 java.beans.PropertyDescriptor connectionPoolTypePropertyDescriptor()
          Gets the connectionPoolType property descriptor.
 java.beans.PropertyDescriptor connectionSpecPropertyDescriptor()
          Gets the connectionSpecproperty descriptor.
 java.beans.MethodDescriptor connectMethodDescriptor()
          Gets the connect method descriptor.
 java.beans.MethodDescriptor dataAfter_committedMethodDescriptor()
          Gets the committed method descriptor.
 java.beans.MethodDescriptor dataAfter_connectedMethodDescriptor()
          Gets the connected method descriptor.
 java.beans.MethodDescriptor dataAfter_disconnectedMethodDescriptor()
          Gets the disconnected method descriptor.
 java.beans.MethodDescriptor dataAfter_rolledBackMethodDescriptor()
          Gets the rolledBack method descriptor.
 java.beans.EventSetDescriptor databaseConnectionAfterEventSetDescriptor()
          Gets the databaseConnectionAfter event set descriptor.
 java.beans.EventSetDescriptor databaseConnectionBeforeEventSetDescriptor()
          Gets the databaseConnectionBefore event set descriptor.
 java.beans.MethodDescriptor dataBefore_aboutToCommitMethodDescriptor()
          Gets the aboutToCommit method descriptor.
 java.beans.MethodDescriptor dataBefore_aboutToConnectMethodDescriptor()
          Gets the aboutToConnect method descriptor.
 java.beans.MethodDescriptor dataBefore_aboutToDisconnectMethodDescriptor()
          Gets the aboutToDisconnect method descriptor.
 java.beans.MethodDescriptor dataBefore_aboutToRollbackMethodDescriptor()
          Gets the aboutToRollback method descriptor.
 java.beans.PropertyDescriptor dataSourceNamePropertyDescriptor()
          Gets the dataSourceNameproperty descriptor.
 java.beans.MethodDescriptor disconnectMethodDescriptor()
          Gets the disconnect method descriptor.
 java.beans.PropertyDescriptor driverNamePropertyDescriptor()
          Gets the driverName property descriptor.
static java.lang.Class getBeanClass()
          Gets the bean class.
 java.beans.BeanDescriptor getBeanDescriptor()
           
 java.beans.EventSetDescriptor[] getEventSetDescriptors()
          Return the event set descriptors for this bean.
 java.beans.MethodDescriptor[] getMethodDescriptors()
          Return the method descriptors for this bean.
 java.beans.PropertyDescriptor[] getPropertyDescriptors()
          Return the property descriptors for this bean.
private  void handleException(java.lang.Throwable exception)
          Called whenever the bean information class throws an exception.
 java.beans.PropertyDescriptor passwordPropertyDescriptor()
          Gets the password property descriptor.
 java.beans.PropertyDescriptor promptUIDPropertyDescriptor()
          Gets the promptUID property descriptor.
 java.beans.MethodDescriptor rollbackMethodDescriptor()
          Gets the rollback method descriptor.
 java.beans.PropertyDescriptor transactionIsolationPropertyDescriptor()
          Gets the transactionIsolation property descriptor.
 java.beans.PropertyDescriptor userIDPropertyDescriptor()
          Gets the userID property descriptor.
 
Methods inherited from class java.beans.SimpleBeanInfo
getAdditionalBeanInfo, getDefaultEventIndex, getDefaultPropertyIndex, getIcon, loadImage
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

copyright

private static final java.lang.String copyright
Constructor Detail

DatabaseConnectionBeanInfo

public DatabaseConnectionBeanInfo()
Method Detail

autoCommitPropertyDescriptor

public java.beans.PropertyDescriptor autoCommitPropertyDescriptor()
Gets the autoCommitproperty descriptor.
Returns:
java.beans.PropertyDescriptor

commitMethodDescriptor

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

connectedPropertyDescriptor

public java.beans.PropertyDescriptor connectedPropertyDescriptor()
Gets the connected property descriptor.
Returns:
java.beans.PropertyDescriptor

connectionAliasPropertyDescriptor

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

connectionPoolTypePropertyDescriptor

public java.beans.PropertyDescriptor connectionPoolTypePropertyDescriptor()
Gets the connectionPoolType property descriptor.
Returns:
connectionPoolType property descriptor

connectionSpecPropertyDescriptor

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

connectMethodDescriptor

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

dataAfter_committedMethodDescriptor

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

dataAfter_connectedMethodDescriptor

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

dataAfter_disconnectedMethodDescriptor

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

dataAfter_rolledBackMethodDescriptor

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

databaseConnectionAfterEventSetDescriptor

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

databaseConnectionBeforeEventSetDescriptor

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

dataBefore_aboutToCommitMethodDescriptor

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

dataBefore_aboutToConnectMethodDescriptor

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

dataBefore_aboutToDisconnectMethodDescriptor

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

dataBefore_aboutToRollbackMethodDescriptor

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

dataSourceNamePropertyDescriptor

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

disconnectMethodDescriptor

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

driverNamePropertyDescriptor

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

getBeanClass

public static java.lang.Class getBeanClass()
Gets the bean class.
Returns:
java.lang.Class

getBeanDescriptor

public java.beans.BeanDescriptor getBeanDescriptor()
Overrides:
getBeanDescriptor in class java.beans.SimpleBeanInfo

getEventSetDescriptors

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

getMethodDescriptors

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

getPropertyDescriptors

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

handleException

private void handleException(java.lang.Throwable exception)
Called whenever the bean information class throws an exception.
Parameters:
exception - java.lang.Throwable

passwordPropertyDescriptor

public java.beans.PropertyDescriptor passwordPropertyDescriptor()
Gets the password property descriptor.
Returns:
password property descriptor

promptUIDPropertyDescriptor

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

rollbackMethodDescriptor

public java.beans.MethodDescriptor rollbackMethodDescriptor()
Gets the rollback method descriptor.
Returns:
java.beans.MethodDescriptor

transactionIsolationPropertyDescriptor

public java.beans.PropertyDescriptor transactionIsolationPropertyDescriptor()
Gets the transactionIsolation property descriptor.
Returns:
transactionIsolation property descriptor

userIDPropertyDescriptor

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