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

The MonolithicSessionModelManager type exposes the following members.

Methods

  NameDescription
CreateSessionModel
Create a ISessionModel instance.
(Overrides AbstractSessionModelManager..::.CreateSessionModel()()().)
Deserialize
Deserialize specified Binary into a ISessionModel.
(Inherited from AbstractSessionModelManager.)
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.
(Inherited from AbstractSessionModelManager.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetObsoleteExternalAttributes
Get obsolete external attributes.
(Inherited from AbstractSessionModelManager.)
GetSessionHolder
Get session holder from the cache.
(Inherited from AbstractSessionModelManager.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
LoadSession
Load session from the cache.
(Inherited from AbstractSessionModelManager.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ReleaseSession
Releases a lock on the session in a data store.
(Inherited from AbstractSessionModelManager.)
RemoveSession
Delete session from the cache.
(Inherited from AbstractSessionModelManager.)
ResetSessionTimeout
Reset session timeout.
(Inherited from AbstractSessionModelManager.)
SaveSession
Update session items in the cache and release the exclusive lock.
(Inherited from AbstractSessionModelManager.)
Serialize
Serialize specified ISessionModel.
(Inherited from AbstractSessionModelManager.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also