Click or drag to resize
PoolManager Methods

The PoolManager type exposes the following members.

Methods
  NameDescription
Public methodStatic memberClose
Destroys all created pools.
Public methodStatic memberClose(Boolean)
Destroys all created pools.
Public methodStatic memberCreateFactory
Creates a new PoolFactory which is used to configure and create Pools.
Public methodStatic memberFind(String)
Find by name an existing connection pool.
Public methodStatic memberFind(Region)
Find the pool used by the given region.
Public methodStatic memberGetAll
Returns a map containing all the pools in this manager. The keys are pool names and the values are Pool instances.
Top
See Also