Fusion Middleware Control Help for WebLogic Server

Previous Next Open TOC in new window
Content starts here

Domain Application Deployment: Control: Outbound Connection Pools

Buttons     Column Display     

This page is used to reset or force reset outbound connection pools.

Buttons

Name Description
Reset

Reset connection pool Discard all unused connections and recreate connection pool (and using new configuration if user update the pool's configuration) if no connection from pool is reserved by client application. If any connection from the connection pool is currently in use, the operation fails and false will be returned, otherwise all connections will be reset and true will be returned.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.reset

Force Reset

Force immediately discard all used/unused connections and recreate connection pool (and using new configuration if user update the pool's configuration).

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.forceReset

Column Display

Name Description
Outbound Connection Pool

The name of the outbound connection pool.

MBean Attribute:
ConnectorConnectionPoolRuntimeMBean.Name


Back to Top