Class StoreBase

java.lang.Object
org.apache.catalina.util.LifecycleBase
org.apache.catalina.session.StoreBase
All Implemented Interfaces:
Lifecycle, Store
Direct Known Subclasses:
DataSourceStore, FileStore

public abstract class StoreBase extends LifecycleBase implements Store
Abstract implementation of the Store interface to support most of the functionality required by a Store.
Author:
Bip Thelin