Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02

The AbstractSessionModelManager type exposes the following members.

Constructors

  NameDescription
Protected methodAbstractSessionModelManager(ISerializer)
Construct new AbstractSessionModelManager.
Protected methodAbstractSessionModelManager(ISerializer, String)
Construct new AbstractSessionModelManager.

Methods

  NameDescription
Public methodCreateSessionModel
Create a new instance of an appropriate ISessionModel for this model manager.
Public methodDeserialize
Deserialize specified Binary into a ISessionModel.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetExternalAttributes
Get external attributes.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetObsoleteExternalAttributes
Get obsolete external attributes.
Protected methodGetSessionHolder
Get session holder from the cache.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadSession
Load session from the cache.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReleaseSession
Releases a lock on the session in a data store.
Public methodRemoveSession
Delete session from the cache.
Public methodResetSessionTimeout
Reset session timeout.
Public methodSaveSession
Update session items in the cache and release the exclusive lock.
Protected methodSerialize
Serialize specified ISessionModel.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberSESSION_CACHE_NAME
Default session cache name.

Properties

  NameDescription
Public propertySerializer
Serializer to use.
Public propertySessionCache
Session cache.
Public propertySessionEndCallback
The SessionStateItemExpireCallback delegate for the Session_OnEnd event as defined in the Global.asax file.

See Also