Spring GemFire 1.0.1 API Reference

ClientRegionFactoryObject Class

FactoryObject for creating generic Gemfire Region. Will try to first locate the region (by name) and, in case none if found, proceed to creating one using the given settings.

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

System.Object
   RegionLookupFactoryObject
      ClientRegionFactoryObject

[Visual Basic]
Public Class ClientRegionFactoryObject
    Inherits RegionLookupFactoryObject
    Implements IDisposable, IObjectFactoryAware
[C#]
public class ClientRegionFactoryObject : RegionLookupFactoryObject, IDisposable, IObjectFactoryAware

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.

Requirements

Namespace: Spring.Data.GemFire

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

See Also

ClientRegionFactoryObject Members | Spring.Data.GemFire Namespace