Spring GemFire 1.0.1 API Reference

RegionLookupFactoryObject Class

Simple FactoryObject for retrieving generic GemFire Regions. If the region doesn't exist, an exception is thrown. For declaring and configuring new regions, see ClientRegionFactoryObject.

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

System.Object
   RegionLookupFactoryObject
      ClientRegionFactoryObject

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

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

RegionLookupFactoryObject Members | Spring.Data.GemFire Namespace