public class SessionManager extends Object implements SessionManagerInterface
| Modifier | Constructor and Description |
|---|---|
protected |
SessionManager()
The constructor is made protected to allow overriding.
|
| Modifier and Type | Method and Description |
|---|---|
void |
closeSession(SessionPanel sesspanel) |
Sessions |
getSessions() |
static SessionManager |
instance() |
Session5250 |
openSession(Properties sesProps,
String configurationResource,
String sessionName) |
protected SessionManager()
public static SessionManager instance()
public Sessions getSessions()
getSessions in interface SessionManagerInterfacepublic void closeSession(SessionPanel sesspanel)
closeSession in interface SessionManagerInterfacesesspanel - a panel objectpublic Session5250 openSession(Properties sesProps, String configurationResource, String sessionName)
openSession in interface SessionManagerInterfacesesProps - propertiesconfigurationResource - a configurationsessionName - a session nameCopyright © 2018. All rights reserved.