Package org.apache.jetspeed.services.statemanager

Interface Summary
SessionState SessionState is an interface for objects that provide name - value information sets with a unique key that can be used in the StateManager service
SessionStateBindingListener SessionStateBindingListener is an interface for objects that wish to be notified when they are bound to and unbound from a SessionState managed by the Jetspeed SessionManagerService.
StateManagerService The StateManagerService is a service that manages SessionState information.
 

Class Summary
BaseStateManagerService BaseStateManagerService is a Turbine Service implementation of the StateManagerService.
JetspeedHttpStateManagerService JetspeedHttpStateManagerService is an implementation of the BaseStateManagerService which manages the states stored in the "current" HttpSession.
JetspeedStateManagerService JetspeedStateManagerService is an implementation of the BaseStateManagerService which manages the states stored in a local Map (synchronized HashMap).
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.