| Package | Description |
|---|---|
| org.marketcetera.util.ws.stateful |
Web services infrastructure.
|
| Modifier and Type | Method and Description |
|---|---|
SessionFactory<T> |
SessionManager.getSessionFactory()
Returns the receiver's session factory.
|
| Constructor and Description |
|---|
SessionManager(SessionFactory<T> sessionFactory)
Creates a new session manager whose sessions are created by the
given factory, and which never expire.
|
SessionManager(SessionFactory<T> sessionFactory,
long sessionLife)
Creates a new session manager whose sessions are created by the
given factory, and which have the given lifespan, in ms.
|
Copyright © 2015. All Rights Reserved.