borland Packages Class Hierarchy dx.sql.dataset Package
ConnectionUpdateEvent class
java.lang.Object
+----java.util.EventObject
+----com.borland.dx.sql.dataset.ConnectionUpdateEvent
About the ConnectionUpdateEvent class
Variables Constructors Properties Methods
Implements ExceptionDispatch, Serializable
This class is used to inform the ConnectionUpdateListener before and after closing a database connection or when changing the attributes of the JDBC connection.
ConnectionUpdateEvent variables
Variables implemented in this class
Variables implemented in java.util.EventObject
ConnectionUpdateEvent constructors
ConnectionUpdateEvent properties
*Read-only properties **Write-only properties
Properties implemented in java.lang.Object
Properties implemented in java.util.EventObject
ConnectionUpdateEvent methods
Methods implemented in this class
Methods implemented in java.lang.Object
- clone()
- equals(java.lang.Object)
- finalize()
- hashCode()
- notify()
- notifyAll()
- wait()
- wait(long)
- wait(long, int)
Methods implemented in java.util.EventObject
ConnectionUpdateEvent variables
CAN_CLOSE
public static final int CAN_CLOSE = 3
Asking to close a database connection.
CHANGED
public static final int CHANGED = 1
Changing a database connection.
CLOSED
public static final int CLOSED = 2
Closing a database connection.
OPENING
public static final int OPENING = 4
Opening a database connection.
ConnectionUpdateEvent constructors
ConnectionUpdateEvent(java.lang.Object)
public ConnectionUpdateEvent(Object source)
Constructs a ConnectionUpdateEvent object.
Parameters:
- source
- The class that issued the event.