Spring GemFire 1.0.1 API Reference

ClientRegionFactoryObject Properties

The properties of the ClientRegionFactoryObject class are listed below. For a complete list of ClientRegionFactoryObject class members, see the ClientRegionFactoryObject Members topic.

Public Instance Properties

Attributes Sets the region attributes used for the region by this factory. Allows maximum control in specifying the region settings.
Cache (inherited from RegionLookupFactoryObject) Sets the cache used for creating the region
CacheListeners Gets or sets the cache listener.
CacheLoader Sets the cache loader.
CacheWriter Gets or sets the cache writer.
Destroy Sets a value indicating whether the region created by this factory object will be destroyed on shutdown (default false)
Endpoints Sets the endpoints for a client region. It is a comma separated list of host:port pairs.
InterestsMissing <summary> documentation for P:Spring.Data.GemFire.ClientRegionFactoryObject.Interests
IsSingleton (inherited from RegionLookupFactoryObject)Missing <summary> documentation for P:Spring.Data.GemFire.RegionLookupFactoryObject.IsSingleton
Name (inherited from RegionLookupFactoryObject) Sets the name of the cache region. If no cache is found under the given name, a new one will be created. If no name is given, the objectName will be used.
ObjectFactoryMissing <summary> documentation for P:Spring.Data.GemFire.ClientRegionFactoryObject.ObjectFactory
ObjectName (inherited from RegionLookupFactoryObject)Missing <summary> documentation for P:Spring.Data.GemFire.RegionLookupFactoryObject.ObjectName
ObjectType (inherited from RegionLookupFactoryObject)Missing <summary> documentation for P:Spring.Data.GemFire.RegionLookupFactoryObject.ObjectType
PoolName Sets the name of the pool for a client region

See Also

ClientRegionFactoryObject Class | Spring.Data.GemFire Namespace