C# Class Spring.Data.GemFire.RegionLookupFactoryObject

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.
Inheritance: IFactoryObject, IInitializingObject, IObjectNameAware
Datei anzeigen Open project: spring-projects/spring-gemfire-net

Protected Properties

Property Type Description
region Region

Public Methods

Method Description
AfterPropertiesSet ( ) : void
GetObject ( ) : object

Protected Methods

Method Description
LookupFallback ( Cache cacheObject, string regionName ) : Region

Method Details

AfterPropertiesSet() public method

public AfterPropertiesSet ( ) : void
return void

GetObject() public method

public GetObject ( ) : object
return object

LookupFallback() protected method

protected LookupFallback ( Cache cacheObject, string regionName ) : Region
cacheObject Cache
regionName string
return Region

Property Details

region protected_oe property

protected Region region
return Region