Spring GemFire 1.0.1 API Reference

CacheFactoryObject Members

CacheFactoryObject overview

Protected Static (Shared) Fields

logMissing <summary> documentation for F:Spring.Data.GemFire.CacheFactoryObject.log

Public Instance Constructors

CacheFactoryObject Constructor Initializes a new instance of the CacheFactoryObject class.

Public Instance Properties

CacheXml Sets the name of the cache XML that can be used to configure the cache.
DisconnectOnClose Sets a value indicating whether to call DistributedSystem.Disconnect when this object is disposed. There is a bug in the 3.0.0.9 client that may hang calls to close. The default is true, set to false if you experience a hang in the application.
DistributedSystemName Sets the name of the distributed system.
IsSingleton Returns true
KeepAliveOnClose Sets a value indicating whether to call cache.close(keepalive) which determines whether to keep a durable client's queue alive.
ObjectName Sets the name of the cache to the name of the Spring object definition. Can be overrided by specifying 'name' as the key in the Properties collection.
ObjectType Returns Gemstone.GemFire.Cache.Cache
Properties Sets the properties used to configure the Gemfire Cache. These are copied into a GemStone.GemFire.Cache.Properties object and used to initialize the DistributedSystem.

Public Instance Methods

AfterPropertiesSet Initialization callback called by Spring. Responsible for connecting to the distributed system and creating the cache.
Dispose Closes the cache and disconnects from the distributed system.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetObject Returns the cache object
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.
TranslateExceptionIfPossible Translate the given exception thrown by a persistence framework to a corresponding exception from Spring's generic DataAccessException hierarchy, if possible.

Protected Instance Properties

IsDurableClientMissing <summary> documentation for P:Spring.Data.GemFire.CacheFactoryObject.IsDurableClient

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

CacheFactoryObject Class | Spring.Data.GemFire Namespace