public class InMemoryModularPersistentSessionManager extends AbstractPersistentSessionManager
AbstractPersistentSessionManager.SessionEntry
SERVICE_NAME
Constructor and Description |
---|
InMemoryModularPersistentSessionManager() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,AbstractPersistentSessionManager.SessionEntry> |
loadSerializedSessions(String deploymentName) |
protected void |
persistSerializedSessions(String deploymentName,
Map<String,AbstractPersistentSessionManager.SessionEntry> serializedData) |
clear, createMarshaller, createUnmarshaller, getModuleLoaderInjectedValue, getValue, loadSessionAttributes, persistSessions, start, stop
public InMemoryModularPersistentSessionManager()
protected void persistSerializedSessions(String deploymentName, Map<String,AbstractPersistentSessionManager.SessionEntry> serializedData)
persistSerializedSessions
in class AbstractPersistentSessionManager
protected Map<String,AbstractPersistentSessionManager.SessionEntry> loadSerializedSessions(String deploymentName)
loadSerializedSessions
in class AbstractPersistentSessionManager
Copyright © 2014 JBoss by Red Hat. All rights reserved.