Package | Description |
---|---|
com.redhat.thermostat.storage.core | |
com.redhat.thermostat.storage.internal |
Modifier and Type | Method and Description |
---|---|
void |
DbService.addConnectionListener(Connection.ConnectionListener listener)
Registers the supplied ConnectionListener to be notified when the status
of the database connection changes.
|
void |
Connection.addListener(Connection.ConnectionListener listener)
Adds a connection listener to this connection.
|
void |
DbService.removeConnectionListener(Connection.ConnectionListener listener)
Unregisters the supplied ConnectionListener if it was previously
registered via
#addConnectionListener(ConnectionListener) . |
void |
Connection.removeListener(Connection.ConnectionListener listener)
Removes a formerly registered listener.
|
Modifier and Type | Method and Description |
---|---|
void |
DbServiceImpl.addConnectionListener(Connection.ConnectionListener listener) |
void |
DbServiceImpl.removeConnectionListener(Connection.ConnectionListener listener) |
Copyright © 2013. All Rights Reserved.