Connection Pool MBean (Standalone)

Note: This MBean is only available on ALBPM Enterprise Standalone.

Attributes

Name Type Description
ConfigurationName java.lang.String The name of the configuration.
Size int The size of this configuration.
IdleTime int TimeToLive used for a connection inside this configuration.
LockedConnections int Number of currently locked connections for this configuration.
NotLockedConnections int Number of currently not locked connections for this configuration.
TotalLocked int Total number of locked connections for this configuration.
TotalUnLocked int Total number of unlocked connections for this configuration.
EmptySlots int Number of empty slots in this configuration.
MinNonDisposable int Minimum number of non disposable entries for this configuration.
MissCount int Number of misses for this configuration. A miss is when someone needed a connection and there was none available.