Class DeltaRequest

java.lang.Object
org.apache.catalina.ha.session.DeltaRequest
All Implemented Interfaces:
Externalizable, Serializable

public class DeltaRequest extends Object implements Externalizable
This class is used to track the series of actions that happens when a request is executed. These actions will then translate into invocations of methods on the actual session.

This class is NOT thread safe. One DeltaRequest per session.

See Also: