Click or drag to resize

TraditionalSessionModelManager Class

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Implementation of ISessionModelManager that transfers whole session state as a single entity, but only deserializes and serializes individual items on demand.
Inheritance Hierarchy

Namespace:  Tangosol.Web.Model
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public class TraditionalSessionModelManager : AbstractSessionModelManager

The TraditionalSessionModelManager type exposes the following members.

Constructors
  NameDescription
Public methodTraditionalSessionModelManager(ISerializer)
Construct instance of TraditionalSessionModelManager.
Public methodTraditionalSessionModelManager(ISerializer, String)
Construct instance of TraditionalSessionModelManager.
Top
Properties
  NameDescription
Public propertySerializer
Serializer to use.
(Inherited from AbstractSessionModelManager.)
Public propertySessionCache
Session cache.
(Inherited from AbstractSessionModelManager.)
Public propertySessionEndCallback
The SessionStateItemExpireCallback delegate for the Session_OnEnd event as defined in the Global.asax file.
(Inherited from AbstractSessionModelManager.)
Top
Methods
  NameDescription
Public methodCreateSessionModel
Create a ISessionModel instance.
(Overrides AbstractSessionModelManagerCreateSessionModel.)
Public methodDeserialize
Deserialize specified Binary into a ISessionModel.
(Overrides AbstractSessionModelManagerDeserialize(Binary).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetExternalAttributes
Get external attributes.
(Inherited from AbstractSessionModelManager.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetObsoleteExternalAttributes
Get obsolete external attributes.
(Inherited from AbstractSessionModelManager.)
Protected methodGetSessionHolder
Get session holder from the cache.
(Inherited from AbstractSessionModelManager.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoadSession
Load session from the cache.
(Inherited from AbstractSessionModelManager.)
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.
(Inherited from AbstractSessionModelManager.)
Public methodRemoveSession
Delete session from the cache.
(Inherited from AbstractSessionModelManager.)
Public methodResetSessionTimeout
Reset session timeout.
(Inherited from AbstractSessionModelManager.)
Public methodSaveSession
Update session items in the cache and release the exclusive lock.
(Inherited from AbstractSessionModelManager.)
Protected methodSerialize
Serialize specified ISessionModel.
(Inherited from AbstractSessionModelManager.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also