Uses of Interface
org.mortbay.j2ee.session.Store

Packages that use Store
org.mortbay.j2ee.session   
 

Uses of Store in org.mortbay.j2ee.session
 

Classes in org.mortbay.j2ee.session that implement Store
 class 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.
 class AbstractStore
           
 class LocalStore
           
 

Fields in org.mortbay.j2ee.session declared as Store
protected  Store Manager._store
           
 

Methods in org.mortbay.j2ee.session that return Store
 Store Manager.getStore()
           
 

Methods in org.mortbay.j2ee.session with parameters of type Store
 void Manager.setStore(Store store)
           
 



Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.