Uses of Interface
com.mchange.v2.resourcepool.ResourcePoolListener
Packages that use ResourcePoolListener
-
Uses of ResourcePoolListener in com.mchange.v2.resourcepool
Methods in com.mchange.v2.resourcepool with parameters of type ResourcePoolListenerModifier and TypeMethodDescriptionvoidEventSupportingResourcePool.addResourcePoolListener(ResourcePoolListener rpl) Events may be fired asynchronously: listeners must not rely on events to reflect the current state of the pool, but they will accurately represent the state of the pool in the recent past when the event-provoking incident occurred.voidResourcePoolEventSupport.addResourcePoolListener(ResourcePoolListener mlistener) voidEventSupportingResourcePool.removeResourcePoolListener(ResourcePoolListener rpl) voidResourcePoolEventSupport.removeResourcePoolListener(ResourcePoolListener mlistener)