|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
com.tangosol.util.Base
com.tangosol.coherence.servlet.AbstractHttpSessionCollection
com.tangosol.coherence.servlet.MonolithicHttpSessionCollection
Deprecated. In releases following 3.6 customization will be declarative.
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 interface com.tangosol.coherence.servlet.HttpSessionCollection |
|---|
HttpSessionCollection.AttributeScopeController, HttpSessionCollection.SessionDistributionController |
| Field Summary |
|---|
| Fields inherited from class com.tangosol.coherence.servlet.AbstractHttpSessionCollection |
|---|
CACHENAME_DEATHCERTS, CACHENAME_LOCAL_ATTRIBUTES, CACHENAME_LOCAL_SESSIONS, CACHENAME_SESSIONS, CTX_INIT_ENABLE_SESSION_ACCESS_DEBUG_LOGGING, CTX_INIT_SESSION_ACCESS_DEBUG_LOGGING_FILTER, SERVICENAME_OWNERSHIP |
| Constructor Summary | |
|---|---|
MonolithicHttpSessionCollection()Deprecated. Default constructor (required). |
|
| Method Summary | |
|---|---|
protected AbstractHttpSessionModel |
instantiateModel(javax.servlet.http.HttpSession session, java.lang.String sId)Deprecated. Factory Method: Instantiate a AbstractHttpSessionModel or subclass thereof. |
java.lang.String |
toString()Deprecated. 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
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||