Uses of Interface
com.mchange.v2.resourcepool.ResourcePoolListener
-
Packages that use ResourcePoolListener Package Description com.mchange.v2.resourcepool -
-
Uses of ResourcePoolListener in com.mchange.v2.resourcepool
Methods in com.mchange.v2.resourcepool with parameters of type ResourcePoolListener Modifier and Type Method Description voidEventSupportingResourcePool. 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)
-