JProjects.eab.data
Class ConnectionSupport
java.lang.Object
|
+--JProjects.eab.data.ParameterSupport
|
+--JProjects.eab.data.ConnectionSupport
- public class ConnectionSupport
- extends ParameterSupport
Supports connection events.
Used in DatastoreJDBC
.
- Author:
- Alexander Jaremenko < jarem@altavista.net >
- See Also:
ConnectionListener
,
DatastoreJDBC.addConnectionListener(JProjects.eab.data.ConnectionListener)
,
DatastoreJDBC.removeConnectionListener(JProjects.eab.data.ConnectionListener)
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ConnectionSupport
public ConnectionSupport(java.lang.Object src)
addConnectionListener
public void addConnectionListener(ConnectionListener l)
fireCancelled
public void fireCancelled()
fireCommitted
public void fireCommitted()
fireConnected
public void fireConnected(java.lang.String acnN)
fireDisconnected
public void fireDisconnected()
fireExecutedSQL
public void fireExecutedSQL()
fireRolledback
public void fireRolledback()
removeConnectionListener
public void removeConnectionListener(ConnectionListener l)