|
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.MonolithicHttpSessionCollection
public class MonolithicHttpSessionCollection
An implementation of HttpSessionCollection that manages 'monolithic' session objects. A monolithic session object is one that serializes its attributes all together, as a whole, using a single ObjectOutputStream.
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 | |
|---|---|
MonolithicHttpSessionCollection()
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 MonolithicHttpSessionCollection()
| 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 | |||||||