AbstractSessionModelManager Class |
Namespace: Tangosol.Web.Model
public abstract class AbstractSessionModelManager : ISessionModelManager
The AbstractSessionModelManager type exposes the following members.
| Name | Description | |
|---|---|---|
| AbstractSessionModelManager(ISerializer) |
Construct new AbstractSessionModelManager.
| |
| AbstractSessionModelManager(ISerializer, String) |
Construct new AbstractSessionModelManager.
|
| Name | Description | |
|---|---|---|
| Serializer |
Serializer to use.
| |
| SessionCache |
Session cache.
| |
| SessionEndCallback |
The SessionStateItemExpireCallback delegate for the
Session_OnEnd event as defined in the Global.asax file.
|
| Name | Description | |
|---|---|---|
| CreateSessionModel |
Create a new instance of an appropriate
ISessionModel for this model manager.
| |
| Deserialize |
Deserialize specified Binary into a ISessionModel.
| |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetExternalAttributes |
Get external attributes.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetObsoleteExternalAttributes |
Get obsolete external attributes.
| |
| GetSessionHolder |
Get session holder from the cache.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadSession |
Load session from the cache.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReleaseSession |
Releases a lock on the session in a data store.
| |
| RemoveSession |
Delete session from the cache.
| |
| ResetSessionTimeout |
Reset session timeout.
| |
| SaveSession |
Update session items in the cache and release the exclusive lock.
| |
| Serialize |
Serialize specified ISessionModel.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| SESSION_CACHE_NAME |
Default session cache name.
|