Click or drag to resize

TraditionalSessionModelManager Methods

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01

The TraditionalSessionModelManager type exposes the following members.

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 a hash function for a particular type.
(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