public interface SessionPersistenceManager
| Modifier and Type | Interface and Description | 
|---|---|
static class  | 
SessionPersistenceManager.PersistentSession  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
clear(String deploymentName)  | 
Map<String,SessionPersistenceManager.PersistentSession> | 
loadSessionAttributes(String deploymentName,
                     ClassLoader classLoader)  | 
void | 
persistSessions(String deploymentName,
               Map<String,SessionPersistenceManager.PersistentSession> sessionData)  | 
void persistSessions(String deploymentName, Map<String,SessionPersistenceManager.PersistentSession> sessionData)
Map<String,SessionPersistenceManager.PersistentSession> loadSessionAttributes(String deploymentName, ClassLoader classLoader)
void clear(String deploymentName)
Copyright © 2017 JBoss by Red Hat. All rights reserved.