public class ConnectorConnPoolAppProbeProvider extends ConnectionPoolAppProbeProvider
| Constructor and Description |
|---|
ConnectorConnPoolAppProbeProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
connectionAcquiredEvent(String poolName,
String appName)
Emits probe event/notification that a connection is acquired by application
for the given jca connection pool
poolName by the
appName |
void |
connectionReleasedEvent(String poolName,
String appName)
Emits probe event/notification that a connection is released for the given
jca connection pool
poolName by the
appName |
void |
connectionUsedEvent(String poolName,
String appName)
Emits probe event/notification that the given connector connection pool
poolName for the appName has got an
increment connections used event. |
void |
decrementConnectionUsedEvent(String poolName,
String appName)
Emits probe event/notification that the given connector connection pool
poolName for the appName has got a
decrement connections used event. |
public void decrementConnectionUsedEvent(String poolName, String appName)
poolName for the appName has got a
decrement connections used event.decrementConnectionUsedEvent in class ConnectionPoolAppProbeProviderpoolName - for which decrement numConnUsed is gotappName - for which decrement numConnUsed is gotpublic void connectionUsedEvent(String poolName, String appName)
poolName for the appName has got an
increment connections used event.connectionUsedEvent in class ConnectionPoolAppProbeProviderpoolName - for which increment numConnUsed is gotappName - for which increment numConnUsed is gotpublic void connectionAcquiredEvent(String poolName, String appName)
poolName by the
appNameconnectionAcquiredEvent in class ConnectionPoolAppProbeProviderpoolName - appName - public void connectionReleasedEvent(String poolName, String appName)
poolName by the
appNameconnectionReleasedEvent in class ConnectionPoolAppProbeProviderpoolName - appName - Copyright © 2019. All rights reserved.