Package org.tquadrat.foundation.config
Interface SessionBeanSpec
- All Superinterfaces:
ConfigBeanSpec
@ClassVersion(sourceVersion="$Id: SessionBeanSpec.java 1061 2023-09-25 16:32:43Z tquadrat $")
@API(status=STABLE,
since="0.1.0")
public interface SessionBeanSpec
extends ConfigBeanSpec
The interface for a configuration bean that allows multiple instances
("Sessions").
- Author:
- Thomas Thrien (thomas.thrien@tquadrat.org)
- Version:
- $Id: SessionBeanSpec.java 1061 2023-09-25 16:32:43Z tquadrat $
- Since:
- 0.1.0
- UML Diagram
-
UML Diagram for "org.tquadrat.foundation.config.SessionBeanSpec"
-
Method Summary
Methods inherited from interface org.tquadrat.foundation.config.ConfigBeanSpec
addListener, getCharset, getLocale, getResourceBundle, getTimezone, isDebug, isTest, removeListener, setCharset, setLocale, setTimezone
-
Method Details
-
getSessionKey
Returns the session key.- Returns:
- The session key.
-