Spring GemFire 1.0.1 API Reference

PoolFactoryObject Class

Factory object for easy declaration and configuration of a GemFire pool.

For a list of all members of this type, see PoolFactoryObject Members .

System.Object
   PoolFactoryObject

[Visual Basic]
Public Class PoolFactoryObject
    Implements IDisposable, IFactoryObject, IInitializingObject, IObjectNameAware, IApplicationContextAware
[C#]
public class PoolFactoryObject : IDisposable, IFactoryObject, IInitializingObject, IObjectNameAware, IApplicationContextAware

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

If a new pool is created, its life-cycle is bound to that of the declaring container.

Note that if the pool already exists, it will be returned as is, without any modifications and its life cycle untouched by this factory.

Requirements

Namespace: Spring.Data.GemFire

Assembly: Spring.Data.GemFire (in Spring.Data.GemFire.dll)

See Also

PoolFactoryObject Members | Spring.Data.GemFire Namespace