C# Class Spring.Data.GemFire.ClientRegionFactoryObject

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.
Inheritance: RegionLookupFactoryObject, IDisposable, IObjectFactoryAware
Afficher le fichier Open project: spring-projects/spring-gemfire-net

Méthodes publiques

Méthode Description
AfterPropertiesSet ( ) : void
Dispose ( ) : void

Méthodes protégées

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

Subclasses can override this method to further customize the Region configuration.

Post-process the region object for this factory object during the initialization process. The object is already initialized and configured by the factory object before this method is invoked.

PostProcessAttributes ( AttributesFactory attrFactory ) : void

Indented for subclasses to override and provide additional configuration of the AttributesFactory, for example setting persistence manager option is not currenlty exposed as a public property on the ClientRegionFactoryObject.

RegisterInterests ( ) : void
SetCallbacks ( AttributesFactory attributesFactory ) : void
SetDistributionProperties ( AttributesFactory attributesFactory ) : void

Method Details

AfterPropertiesSet() public méthode

public AfterPropertiesSet ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

LookupFallback() protected méthode

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

PostProcess() protected méthode

Subclasses can override this method to further customize the Region configuration.
Post-process the region object for this factory object during the initialization process. The object is already initialized and configured by the factory object before this method is invoked.
protected PostProcess ( Region region ) : void
region Region The region.
Résultat void

PostProcessAttributes() protected méthode

Indented for subclasses to override and provide additional configuration of the AttributesFactory, for example setting persistence manager option is not currenlty exposed as a public property on the ClientRegionFactoryObject.
protected PostProcessAttributes ( AttributesFactory attrFactory ) : void
attrFactory AttributesFactory The attributes factory.
Résultat void

RegisterInterests() protected méthode

protected RegisterInterests ( ) : void
Résultat void

SetCallbacks() protected méthode

protected SetCallbacks ( AttributesFactory attributesFactory ) : void
attributesFactory AttributesFactory
Résultat void

SetDistributionProperties() protected méthode

protected SetDistributionProperties ( AttributesFactory attributesFactory ) : void
attributesFactory AttributesFactory
Résultat void