Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.logicalcobwebs.proxool.util.AbstractListenerContainer
org.logicalcobwebs.proxool.CompositeProxoolListener
ProxoolListenerIF
that keeps a list of ProxoolListenerIF
s
and notifies them in a thread safe manner.
It also implements ListenerContainerIF
which provides methods for
adding
and
removing
listeners.
Method Summary | |
void |
|
void |
|
Methods inherited from class org.logicalcobwebs.proxool.util.AbstractListenerContainer | |
addListener , getListeners , isEmpty , removeListener |
public void onRegistration(ConnectionPoolDefinitionIF connectionPoolDefinition, Properties completeInfo)
- Specified by:
- onRegistration in interface ProxoolListenerIF
public void onShutdown(String alias)
- Specified by:
- onShutdown in interface ProxoolListenerIF
- See Also:
ProxoolListenerIF.onShutdown(String)