Click or drag to resize
PoolManager Class

Note: This API is now obsolete.

This interface provides for the configuration and creation of instances of PoolFactory.
Inheritance Hierarchy
SystemObject
  GemStone.GemFire.CachePoolManager

Namespace: GemStone.GemFire.Cache
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
[ObsoleteAttribute("Use classes and APIs from the GemStone.GemFire.Cache.Generic namespace")]
public static class PoolManager

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