Uses of Class
com.tangosol.coherence.servlet.AttributeHolder
-
Packages that use AttributeHolder Package Description com.tangosol.coherence.servlet Contains classes related to the HTTP Session Replication Module.com.tangosol.coherence.servlet.api23 Contains classes related to the HTTP Session Replication Module that are specific to the Servlet 2.3 specification and higher. -
-
Uses of AttributeHolder in com.tangosol.coherence.servlet
Subclasses of AttributeHolder in com.tangosol.coherence.servlet Modifier and Type Class Description classOptimizedHolderAn immutable object to hold attribute values and related information.classSplittableHolderAn immutable object to hold attribute values and related information.Methods in com.tangosol.coherence.servlet that return AttributeHolder Modifier and Type Method Description protected AttributeHolderAbstractHttpSessionModel. instantiateAttributeHolder()Factory method: Instantiate an AttributeHolder for deserialization purposes.protected AttributeHolderAbstractHttpSessionModel. instantiateAttributeHolder(String sName, Object oValue)Factory method: Instantiate an AttributeHolder to manage the passed value.protected AttributeHolderSplitHttpSessionModel. instantiateAttributeHolder()Factory method: Instantiate an AttributeHolder for deserialization purposes.protected AttributeHolderSplitHttpSessionModel. instantiateAttributeHolder(String sName, Object oValue)Factory method: Instantiate an AttributeHolder to manage the passed value.protected AttributeHolderTraditionalHttpSessionModel. instantiateAttributeHolder()Factory method: Instantiate an AttributeHolder for deserialization purposes.protected AttributeHolderTraditionalHttpSessionModel. instantiateAttributeHolder(String sName, Object oValue)Factory method: Instantiate an AttributeHolder to manage the passed value.Methods in com.tangosol.coherence.servlet with parameters of type AttributeHolder Modifier and Type Method Description protected voidAbstractHttpSessionModel. bind(AttributeHolder holderOld, AttributeHolder holderNew)Bind the specified session attribute, replacing the specified attribute if it exists.protected voidAbstractHttpSessionModel. logAttributeSerializationFailure(AttributeHolder holder, Throwable e)Log a serialization failure for an attribute holder.protected voidMonolithicHttpSessionModel. logAttributeSerializationFailure(AttributeHolder holder, Throwable e)Log a serialization failure for an attribute holder.voidAttributeHolder. onBound(AttributeHolder holderOrig)Called when the attribute is bound.voidSplittableHolder. onBound(AttributeHolder holderOrig)Called when the attribute is bound.protected voidAbstractHttpSessionModel. unbind(AttributeHolder holder, boolean fAll)Unbind the specified session attributes name and value. -
Uses of AttributeHolder in com.tangosol.coherence.servlet.api23
Fields in com.tangosol.coherence.servlet.api23 declared as AttributeHolder Modifier and Type Field Description protected AttributeHolderHttpSessionBindingEvent. m_holderAn AttributeHolder that can be used to retrieve the value of the attribute that has been added, removed or replaced.Constructors in com.tangosol.coherence.servlet.api23 with parameters of type AttributeHolder Constructor Description HttpSessionBindingEvent(javax.servlet.http.HttpSession session, String sName, AttributeHolder holder)Constructs an event that notifies an object that it has been bound to or unbound from a session.
-