| Home >> All >> org >> mortbay >> j2ee >> [ session Javadoc ] |
| | org.mortbay.j2ee.session.ejb.* (3) |
org.mortbay.j2ee.session: Javadoc index of package org.mortbay.j2ee.session.
Package Samples:
org.mortbay.j2ee.session.ejb
Classes:
BindingInterceptor: A BindingInterceptor is responsible for notifying HttpSessionAttributeListeners when Attributes are added to, removed from or replaced in a Session and HttpSessionBindingListeners when attributes are bound into or unbound from a Session. This is an expensive Interceptor to use since it requires that on rebinding an attribute in the Session, the old value is returned in case it is a Listener requiring notification of it's removal.If you are using a distributed store, this requirement will result in a serialisation and network traffic overhead which may not actually be necessary. Unfortunately it ...
JGStore: publish changes to our state, receive and dispatch notification of changes in other states, initialise our state from other members, allow other members to initialise their state from us - all via JGroups...
AbstractReplicatedStore: Maintain synchronisation with other States representing the same session by publishing changes made to ourself and updating ourself according to notifications published by the other State objects.
ReplicatedState: Maintain synchronisation with other States representing the same session by publishing changes made to ourself and updating ourself according to notifications published by the other State objects.
StateInterceptor: Superlass for StateInterceptors - objects which wrap-n-delegate/decorate a State instance. A stack of StateInterceptors form a StateContainer.
CMRAttributeBean: webtest.ear/ejb.jar/src/org/mortbay/j2ee/session/interfaces The Entity bean represents an HttpSession.
State: Implemented by objects wishing to be used to store the state from an HttpSession.
Medium: A Medium through which notifications are distributed...
JGMedium: A Medium through which notifications are distributed...
CMPStateBean: The Entity bean represents an HttpSession.
CMRStateBean: The Entity bean represents an HttpSession.
LocalState: Hold the state of an HttpSession
AbstractStore
ActivationInterceptor
AroundInterceptor
CMPStore
CMRStore
Container
DebugInterceptor
DelayInterceptor
GUIDGenerator
LocalStore
Manager
MarshallingInterceptor
| Home | Contact Us | Privacy Policy | Terms of Service |