GemStone::GemFire::Cache::PoolManager Class Reference


Detailed Description

This interface provides for the configuration and creation of instances of PoolFactory.

Static Public Member Functions

static void Close ()
static void Close (Boolean KeepAlive)
static PoolFactoryCreateFactory ()
static PoolFind (Region^ region)
static PoolFind (String^ name)
static const
Dictionary< String^ ,
Pool^ >^ 
GetAll ()

Member Function Documentation

static void GemStone::GemFire::Cache::PoolManager::Close (  )  [static]

Destroys all created pools.

static void GemStone::GemFire::Cache::PoolManager::Close ( Boolean  KeepAlive  )  [static]

Destroys all created pools.

static PoolFactory ^ GemStone::GemFire::Cache::PoolManager::CreateFactory (  )  [static]

Creates a new PoolFactory which is used to configure and create Pools.

static Pool ^ GemStone::GemFire::Cache::PoolManager::Find ( Region^   region  )  [static]

Find the pool used by the given region.

static Pool ^ GemStone::GemFire::Cache::PoolManager::Find ( String^   name  )  [static]

Find by name an existing connection pool.

static const Dictionary<String^, Pool^> ^ GemStone::GemFire::Cache::PoolManager::GetAll (  )  [static]

Returns a map containing all the pools in this manager. The keys are pool names and the values are Pool instances.


GemFire C++ Cache .NET API Documentation