public class SessionManagerConfigurationHelper extends Object
Modifier and Type | Field and Description |
---|---|
protected WebModule |
_ctx |
protected PersistenceType |
_persistence |
protected String |
_persistenceFrequency |
protected String |
_persistenceScope |
protected SessionManager |
_smBean |
protected WebBundleDescriptor |
_wbd |
protected WebModuleConfig |
_wmInfo |
protected ServerConfigLookup |
serverConfigLookup |
Constructor and Description |
---|
SessionManagerConfigurationHelper(WebModule ctx,
SessionManager smBean,
WebBundleDescriptor wbd,
WebModuleConfig wmInfo,
ServerConfigLookup serverConfigLookup)
Creates a new instance of SessionManagerConfigurationHelper
|
Modifier and Type | Method and Description |
---|---|
protected void |
checkInitialization() |
String |
getApplicationId(WebModule ctx)
The application id for this web module
|
String |
getPersistenceFrequency() |
protected String |
getPersistenceFrequency(SessionManager smBean)
Get the persistence frequency for this web module
(this is the value from sun-web.xml if defined
|
String |
getPersistenceScope() |
protected String |
getPersistenceScope(SessionManager smBean)
Get the persistence scope for this web module
(this is the value from sun-web.xml if defined
|
PersistenceType |
getPersistenceType() |
protected void |
initializeConfiguration() |
protected boolean |
isSystemApp(String appName) |
protected WebModule _ctx
protected SessionManager _smBean
protected WebBundleDescriptor _wbd
protected WebModuleConfig _wmInfo
protected PersistenceType _persistence
protected String _persistenceFrequency
protected String _persistenceScope
protected ServerConfigLookup serverConfigLookup
public SessionManagerConfigurationHelper(WebModule ctx, SessionManager smBean, WebBundleDescriptor wbd, WebModuleConfig wmInfo, ServerConfigLookup serverConfigLookup)
protected boolean isSystemApp(String appName)
protected void initializeConfiguration()
public String getApplicationId(WebModule ctx)
protected String getPersistenceFrequency(SessionManager smBean)
smBean
- the session manager config beanprotected String getPersistenceScope(SessionManager smBean)
smBean
- the session manager config beanprotected void checkInitialization()
public PersistenceType getPersistenceType()
public String getPersistenceFrequency()
public String getPersistenceScope()
Copyright © 2019. All rights reserved.