|
CoherenceTM v3.3 Copyright© 2000-2007 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.ExitAgent, AbstractHttpSessionCollection.ExitObserver, AbstractHttpSessionCollection.SimpleDistributedController, AbstractHttpSessionCollection.SimpleHybridController, AbstractHttpSessionCollection.SimpleLocalController |
| Nested classes/interfaces inherited from interface com.tangosol.coherence.servlet.HttpSessionCollection |
|---|
HttpSessionCollection.SessionDistributionController |
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
MonolithicHttpSessionCollection()
Default constructor (required). |
|
| Method Summary | |
|---|---|
protected AbstractHttpSessionModel |
instantiateModel(HttpSession session,
String sId)
Factory Method: Instantiate a AbstractHttpSessionModel or subclass thereof. |
String |
toString()
Returns a string representation of the object. |
| Constructor Detail |
|---|
public MonolithicHttpSessionCollection()
| Method Detail |
|---|
public String toString()
toString in class AbstractHttpSessionCollection
protected AbstractHttpSessionModel instantiateModel(HttpSession session,
String sId)
instantiateModel in class AbstractHttpSessionCollectionsession - the session that delegates to this modelsId - the session ID
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||