Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.mortbay.j2ee.session

Interface Summary
IdGenerator  
Medium A Medium through which notifications are distributed...
State Implemented by objects wishing to be used to store the state from an HttpSession.
Store  
 

Class Summary
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.
AbstractStore  
ActivationInterceptor  
AroundInterceptor  
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.
CMPStore  
CMRStore  
Container  
DebugInterceptor  
DelayInterceptor  
DistributableAjpIdGenerator  
DistributableIdGenerator  
GUIDGenerator  
JGMedium A Medium through which notifications are distributed...
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...
LocalState Hold the state of an HttpSession
LocalStore  
Manager  
MarshallingInterceptor  
MarshallingInterceptor.ObjectInputStream  
MigrationInterceptor  
PublishingInterceptor  
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.
SerializableContext  
SerializableEJBHome  
SerializableEJBObject  
SerializableUserTransaction  
StateAdaptor  
StateInterceptor Superlass for StateInterceptors - objects which wrap-n-delegate/decorate a State instance.
SubscribingInterceptor  
SynchronizationInterceptor  
SynchronizingInterceptor  
ThrottleInterceptor  
TransactionInterceptor  
TypeCheckingInterceptor  
ValidatingInterceptor  
ValidationInterceptor