public class SessionManager extends Object implements PerApplicationDataManager
| Constructor and Description |
|---|
SessionManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
closeSession() |
static void |
closeSession(String dataSourceKey) |
static ProxySession |
getSession() |
static ProxySession |
getSession(String dataSourceKey) |
static void |
register(String dataSourceKey,
ProxySession proxySession) |
public static void register(String dataSourceKey, ProxySession proxySession)
public static ProxySession getSession()
public static ProxySession getSession(String dataSourceKey)
public static void closeSession()
public static void closeSession(String dataSourceKey)
Copyright © 2013. All Rights Reserved.