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

The SplitSessionModelManager type exposes the following members.

Constructors

  NameDescription
Public methodSplitSessionModelManager(ISerializer, Int32)
Construct instance of SplitSessionModelManager.
Public methodSplitSessionModelManager(ISerializer, String, Int32)
Construct instance of SplitSessionModelManager.

Methods

  NameDescription
Public methodCreateSessionModel
Create a ISessionModel instance.
(Overrides AbstractSessionModelManager..::..CreateSessionModel()()()().)
Public methodDeserialize
Deserialize specified Binary into a ISessionModel.
(Overrides AbstractSessionModelManager..::..Deserialize(Binary).)
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.
(Overrides AbstractSessionModelManager..::..GetExternalAttributes(ISessionModel).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetObsoleteExternalAttributes
Get obsolete external attributes.
(Overrides AbstractSessionModelManager..::..GetObsoleteExternalAttributes(ISessionModel).)
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.)

Fields

  NameDescription
Public fieldStatic memberEXTERNAL_ATTRIBUTES_CACHE_NAME
External attributes cache name.

Properties

  NameDescription
Public propertyExternalAttributeCache
External attribute cache.
Public propertyMinExtAttributeSize
Minimum external attribute size.
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.)

See Also