Domain Application Deployment: Monitoring: Environment Monitoring: Outbound Connection Pools
This page displays a list of outbound connection pools for this resource adapter, with statistics about the pool's connections.
Column Display
Name Description Outbound Connection Pool The configured JNDI Name for the Connection Factory using this Connector connection pool.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.JNDIName
Server An alphanumeric name for this server instance. (Spaces are not valid.)
The name must be unique for all configuration objects in the domain. Within a domain, each server, machine, cluster, JDBC connection pool, virtual host, and any other resource type must be named uniquely and must not use the same name as the domain.
The server name is not used as part of the URL for applications that are deployed on the server. It is for your identification purposes only. The server name displays in the Administration Console, and if you use WebLogic Server command-line utilities or APIs, you use this name to identify the server.
After you have created a server, you cannot change its name. Instead, clone the server and provide a new name for the clone.
MBean Attribute:
ServerMBean.Name
Changes take effect after you redeploy the module or restart the server.
Application The name of the resource adapter.
MBean Attribute:
ApplicationRuntimeMBean.ApplicationName
State Get the state of the pool.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.State
Health The HealthState mbean for the application.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.HealthState
Current Connections Number of current connections.
Created Connections The total number of Connector connections created in this Connector Pool since the pool is instantiated.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ConnectionsCreatedTotalCount
Closed Connections The number of connections that were closed for the connection pool.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.CloseCount
Matched Connections The total number of times a request for a Connector connections was satisfied via the use of an existing created connection since the pool is instantiated.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ConnectionsMatchedTotalCount
Rejected Connections The total number of rejected requests for a Connector connections in this Connector Pool since the pool is instantiated.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ConnectionsRejectedTotalCount
Recycled Connections The total number of Connector connections that have been recycled in this Connector Pool since the pool is instantiated.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.RecycledTotal
Connections Destroyed by Error Return the number of connections that were destroyed because an error event was received.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ConnectionsDestroyedByErrorTotalCount
Connections Destroyed by Shrinking Return the number of connections that were destroyed as a result of shrinking.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ConnectionsDestroyedByShrinkingTotalCount
Reserved Connections The current total active connections.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ActiveConnectionsCurrentCount
Reserved Connections (High) The high water mark of active connections in this Connector Pool since the pool was instantiated.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.ActiveConnectionsHighCount
Available Connections The current total free connections.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.FreeConnectionsCurrentCount
Available Connections (High) The high water mark of free connections in this Connector Pool since the pool was instantiated.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.FreeConnectionsHighCount
Last Shrink Time Return the last time that the pool was shrunk.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.LastShrinkTime
Waiter Threads Return the number of waiters.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.NumWaitersCurrentCount
Runtime Transaction Support The real transaction support level in use at runtime.
MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.RuntimeTransactionSupport