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
Afficher le fichier Open project: spring-projects/spring-gemfire-net

Protected Properties

Свойство Type Description
region Region

Méthodes publiques

Méthode Description
AfterPropertiesSet ( ) : void
GetObject ( ) : object

Méthodes protégées

Méthode Description
LookupFallback ( Cache cacheObject, string regionName ) : Region

Method Details

AfterPropertiesSet() public méthode

public AfterPropertiesSet ( ) : void
Résultat void

GetObject() public méthode

public GetObject ( ) : object
Résultat object

LookupFallback() protected méthode

protected LookupFallback ( Cache cacheObject, string regionName ) : Region
cacheObject Cache
regionName string
Résultat Region

Property Details

region protected_oe property

protected Region region
Résultat Region