|
CoherenceTM v3.4.2 Copyright© 2000-2009 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.tangosol.util.Base
com.tangosol.coherence.servlet.AbstractHttpSessionCollection
com.tangosol.coherence.servlet.TraditionalHttpSessionCollection
public class TraditionalHttpSessionCollection
An implementation of HttpSessionCollection that manages session objects as individual units that contain all of their own attributes, as if the session were a single serializable object, however with some optimizations for attribute serialization and deserialization.
The collection uses two configurable named caches to manage its session information in the cluster:
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.tangosol.coherence.servlet.AbstractHttpSessionCollection |
|---|
AbstractHttpSessionCollection.ApplicationScopeController, AbstractHttpSessionCollection.DistributedController, AbstractHttpSessionCollection.ExitAgent, AbstractHttpSessionCollection.ExitObserver, AbstractHttpSessionCollection.GlobalScopeController, AbstractHttpSessionCollection.HybridController, AbstractHttpSessionCollection.LocalController |
| Nested classes/interfaces inherited from interface com.tangosol.coherence.servlet.HttpSessionCollection |
|---|
HttpSessionCollection.AttributeScopeController, HttpSessionCollection.SessionDistributionController |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
TraditionalHttpSessionCollection()
Default constructor (required). |
|
| Method Summary | |
|---|---|
protected AbstractHttpSessionModel |
instantiateModel(javax.servlet.http.HttpSession session,
java.lang.String sId)
Factory Method: Instantiate a AbstractHttpSessionModel or subclass thereof. |
java.lang.String |
toString()
Returns a string representation of the object. |
| Constructor Detail |
|---|
public TraditionalHttpSessionCollection()
| Method Detail |
|---|
public java.lang.String toString()
toString in class AbstractHttpSessionCollection
protected AbstractHttpSessionModel instantiateModel(javax.servlet.http.HttpSession session,
java.lang.String sId)
instantiateModel in class AbstractHttpSessionCollectionsession - the session that delegates to this modelsId - the session ID
|
CoherenceTM v3.4.2 Copyright© 2000-2009 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||