| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.logicalcobwebs.proxool.util.AbstractListenerContainerorg.logicalcobwebs.proxool.CompositeProxoolListenerProxoolListenerIF that keeps a list of ProxoolListenerIFs
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)