C# 클래스 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.
상속: RegionLookupFactoryObject, IDisposable, IObjectFactoryAware
파일 보기 프로젝트 열기: spring-projects/spring-gemfire-net

공개 메소드들

메소드 설명
AfterPropertiesSet ( ) : void
Dispose ( ) : void

보호된 메소드들

메소드 설명
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

메소드 상세

AfterPropertiesSet() 공개 메소드

public AfterPropertiesSet ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

LookupFallback() 보호된 메소드

protected LookupFallback ( Cache cacheObject, string regionName ) : Region
cacheObject Cache
regionName string
리턴 Region

PostProcess() 보호된 메소드

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.
리턴 void

PostProcessAttributes() 보호된 메소드

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.
리턴 void

RegisterInterests() 보호된 메소드

protected RegisterInterests ( ) : void
리턴 void

SetCallbacks() 보호된 메소드

protected SetCallbacks ( AttributesFactory attributesFactory ) : void
attributesFactory AttributesFactory
리턴 void

SetDistributionProperties() 보호된 메소드

protected SetDistributionProperties ( AttributesFactory attributesFactory ) : void
attributesFactory AttributesFactory
리턴 void