|
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.AbstractHttpSessionModel
com.tangosol.coherence.servlet.TraditionalHttpSessionModel
Deprecated. In releases following 3.6 customization will be declarative.
public class TraditionalHttpSessionModel
An implementation of HttpSessionModel that is managed as a single unit, but optimizes the management of individual attributes within a session for purposes of serialization and deserialization. This is how HttpSession objects have 'traditionally' been implemented, hence the name.
| Field Summary |
|---|
| Fields inherited from class com.tangosol.coherence.servlet.AbstractHttpSessionModel |
|---|
MAGIC_V350, STRING_ARRAY |
| Constructor Summary | |
|---|---|
TraditionalHttpSessionModel()Deprecated. Default constructor for deserialization. |
|
TraditionalHttpSessionModel(TraditionalHttpSessionCollection collection, javax.servlet.http.HttpSession session, java.lang.String sId)Deprecated. Session creation constructor. |
|
| Method Summary | |
|---|---|
protected AttributeHolder |
instantiateAttributeHolder()Deprecated. Factory method: Instantiate an AttributeHolder for deserialization purposes. |
protected AttributeHolder |
instantiateAttributeHolder(java.lang.String sName, java.lang.Object oValue)Deprecated. Factory method: Instantiate an AttributeHolder to manage the passed value. |
java.lang.String |
toString()Deprecated. Returns a string representation of the object. |
| Constructor Detail |
|---|
public TraditionalHttpSessionModel()
public TraditionalHttpSessionModel(TraditionalHttpSessionCollection collection,
javax.servlet.http.HttpSession session,
java.lang.String sId)
collection - the collection that manages this modelsession - the session that delegates to this modelsId - the session ID| Method Detail |
|---|
protected AttributeHolder instantiateAttributeHolder()
instantiateAttributeHolder in class AbstractHttpSessionModel
protected AttributeHolder instantiateAttributeHolder(java.lang.String sName,
java.lang.Object oValue)
instantiateAttributeHolder in class AbstractHttpSessionModelsName - the attribute nameoValue - a non-null Object valuepublic java.lang.String toString()
toString in class AbstractHttpSessionModel
|
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 | |||||||