C# Class Castle.Facilities.NHibernateIntegration.SessionStores.LogicalCallContextSessionStore

Provides an implementation of ISessionStore which relies on LogicalCallContext
Inheritance: AbstractDictStackSessionStore
Show file Open project: mahara/Castle.Facilities.NHibernateIntegration

Protected Methods

Method Description
GetDictionary ( ) : IDictionary

Gets the dictionary.

GetStatelessSessionDictionary ( ) : IDictionary

Gets the IStatelessSession dictionary.

StoreDictionary ( IDictionary dictionary ) : void

Stores the dictionary.

StoreStatelessSessionDictionary ( IDictionary dictionary ) : void

Stores the IStatelessSession dictionary.

Method Details

GetDictionary() protected method

Gets the dictionary.
protected GetDictionary ( ) : IDictionary
return IDictionary

GetStatelessSessionDictionary() protected method

Gets the IStatelessSession dictionary.
protected GetStatelessSessionDictionary ( ) : IDictionary
return IDictionary

StoreDictionary() protected method

Stores the dictionary.
protected StoreDictionary ( IDictionary dictionary ) : void
dictionary IDictionary The dictionary.
return void

StoreStatelessSessionDictionary() protected method

Stores the IStatelessSession dictionary.
protected StoreStatelessSessionDictionary ( IDictionary dictionary ) : void
dictionary IDictionary The dictionary.
return void