Uses of Class
com.caucho.server.cluster.StoreManager

Packages that use StoreManager
com.caucho.server.cluster   
com.caucho.server.session   
 

Uses of StoreManager in com.caucho.server.cluster
 

Subclasses of StoreManager in com.caucho.server.cluster
 class AbstractClusterStoreManager
          Base class for distributed stores.
 class ClusterStoreManager
          The ClusterStoreManager manages a cluster of servers all backing up their sessions to the next server.
 class FileStoreManager
          Class storing distributed objects based on the filesystem.
 class JdbcStoreManager
          Storing sessions using a JDBC database as a backing objectStore.
 

Methods in com.caucho.server.cluster that return StoreManager
 StoreManager PersistentStoreConfig.createInit()
           
 StoreManager Cluster.createJdbcStore()
           
protected  StoreManager ProCluster.createPersistentStore(java.lang.String type)
          Creates a persistent store instance.
protected  StoreManager Cluster.createPersistentStore(java.lang.String type)
          Creates a persistent store instance.
 StoreManager Cluster.getStore()
          Returns the cluster store.
 StoreManager Store.getStoreManager()
          Returns the store manager.
 StoreManager ClusterObject.getStoreManager()
          Returns the objectStore manager.
 

Methods in com.caucho.server.cluster with parameters of type StoreManager
protected  void Cluster.setStore(StoreManager store)
          Sets the cluster store.
 

Constructors in com.caucho.server.cluster with parameters of type StoreManager
StoreAdmin(StoreManager manager)
           
 

Uses of StoreManager in com.caucho.server.session
 

Methods in com.caucho.server.session with parameters of type StoreManager
 void SessionManager.setPersistentStore(StoreManager store)
          Sets the persistent store.