Click or drag to resize
PoolManager Class
This interface provides for the configuration and creation of instances of PoolFactory.
Inheritance Hierarchy
SystemObject
  GemStone.GemFire.Cache.GenericPoolManager

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
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(RegionObject, Object)
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