Abstract implementation of the Store interface to
support most of the functionality required by a Store.
author: Bip Thelin version: $Revision: 467222 $, $Date: 2006-10-24 05:17:11 +0200 (mar., 24 oct. 2006) $
Called by our background reaper thread to check if Sessions
saved in our store are subject of being expired. If so expire
the Session and remove it from the Store.
Prepare for the beginning of active use of the public methods of this
component. This method should be called after configure(),
and before any of the public methods of the component are utilized.
exception: LifecycleException - if this component detects a fatal errorthat prevents this component from being used
Gracefully terminate the active use of the public methods of this
component. This method should be the last one called on a given
instance of this component.
exception: LifecycleException - if this component detects a fatal errorthat needs to be reported