org.apache.catalina.session
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
info
The descriptive information about this implementation.
|
protected LifecycleSupport |
lifecycle
The lifecycle event support for this component.
|
protected Manager |
manager
The Manager with which this JDBCStore is associated.
|
protected StringManager |
sm
The string manager for this package.
|
protected boolean |
started
Has this component been started yet?
|
protected static java.lang.String |
storeName
Name to register for this Store, used for logging.
|
protected java.beans.PropertyChangeSupport |
support
The property change support for this component.
|
AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, DESTROY_EVENT, INIT_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT
Constructor and Description |
---|
StoreBase() |
Modifier and Type | Method and Description |
---|---|
void |
addLifecycleListener(LifecycleListener listener)
Add a lifecycle event listener to this component.
|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
Add a property change listener to this component.
|
LifecycleListener[] |
findLifecycleListeners()
Get the lifecycle listeners associated with this lifecycle.
|
java.lang.String |
getInfo()
Return the info for this Store.
|
Manager |
getManager()
Return the Manager with which the Store is associated.
|
java.lang.String |
getStoreName()
Return the name for this Store, used for logging.
|
void |
processExpires()
Called by our background reaper thread to check if Sessions
saved in our store are subject of being expired.
|
void |
removeLifecycleListener(LifecycleListener listener)
Remove a lifecycle event listener from this component.
|
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
Remove a property change listener from this component.
|
void |
setManager(Manager manager)
Set the Manager with which this Store is associated.
|
void |
start()
Prepare for the beginning of active use of the public methods of this
component.
|
void |
stop()
Gracefully terminate the active use of the public methods of this
component.
|
protected static java.lang.String info
protected static java.lang.String storeName
protected boolean started
protected LifecycleSupport lifecycle
protected java.beans.PropertyChangeSupport support
protected StringManager sm
protected Manager manager
public java.lang.String getInfo()
public java.lang.String getStoreName()
public void setManager(Manager manager)
setManager
in interface Store
manager
- The newly associated Managerpublic Manager getManager()
getManager
in interface Store
public void addLifecycleListener(LifecycleListener listener)
addLifecycleListener
in interface Lifecycle
listener
- The listener to addpublic LifecycleListener[] findLifecycleListeners()
findLifecycleListeners
in interface Lifecycle
public void removeLifecycleListener(LifecycleListener listener)
removeLifecycleListener
in interface Lifecycle
listener
- The listener to addpublic void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
addPropertyChangeListener
in interface Store
listener
- a value of type 'PropertyChangeListener'public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
removePropertyChangeListener
in interface Store
listener
- The listener to removepublic void processExpires()
public void start() throws LifecycleException
configure()
,
and before any of the public methods of the component are utilized.start
in interface Lifecycle
LifecycleException
- if this component detects a fatal error
that prevents this component from being usedpublic void stop() throws LifecycleException
stop
in interface Lifecycle
LifecycleException
- if this component detects a fatal error
that needs to be reportedCopyright © 2000-2013 Apache Software Foundation. All Rights Reserved.