Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The AbstractSessionModelManager type exposes the following members.

Constructors

  NameDescription
AbstractSessionModelManagerOverloaded.

Methods

  NameDescription
CreateSessionModel
Create a new instance of an appropriate ISessionModel for this model manager.
Deserialize
Deserialize specified Binary into a ISessionModel.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetExternalAttributes
Get external attributes.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetObsoleteExternalAttributes
Get obsolete external attributes.
GetSessionHolder
Get session holder from the cache.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LoadSession
Load session from the cache.
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReleaseSession
Releases a lock on the session in a data store.
RemoveSession
Delete session from the cache.
ResetSessionTimeout
Reset session timeout.
SaveSession
Update session items in the cache and release the exclusive lock.
Serialize
Serialize specified ISessionModel.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
SESSION_CACHE_NAME
Default session cache name.

Properties

  NameDescription
Serializer
Serializer to use.
SessionCache
Session cache.
SessionEndCallback
The SessionStateItemExpireCallback delegate for the Session_OnEnd event as defined in the Global.asax file.

See Also