org.logicalcobwebs.proxool
Interface ProxoolListenerIF
- CompositeProxoolListener, ConnectionPoolMBean
public interface ProxoolListenerIF
Listener for global Proxool events.
$Revision: 1.2 $, $Date: 2003/03/03 11:11:58 $- Christian Nedregaard (christian_nedregaard@email.com)
- $Author: billhorsman $ (current maintainer)
onRegistration
public void onRegistration(ConnectionPoolDefinitionIF connectionPoolDefinition,
Properties completeInfo)
Notify that a new connection pool has been registered. Gets called *after* the registered.
connectionPoolDefinition
- the new definition.completeInfo
- the properties that could be used to create this definition.
onShutdown
public void onShutdown(String alias)
Notify that a connection pool will be shutdown. Gets called just *before*
the pool is shut down.
alias
- the alias of the pool about to be shut down.