Spring GemFire 1.0.1 API Reference

CacheFactoryObject Methods

The methods of the CacheFactoryObject class are listed below. For a complete list of CacheFactoryObject class members, see the CacheFactoryObject Members topic.

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 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