|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SessionFactory | |
|---|---|
| org.marketcetera.util.ws.stateful | Web services infrastructure. |
| Uses of SessionFactory in org.marketcetera.util.ws.stateful |
|---|
| Methods in org.marketcetera.util.ws.stateful that return SessionFactory | |
|---|---|
SessionFactory<T> |
SessionManager.getSessionFactory()
Returns the receiver's session factory. |
| Constructors in org.marketcetera.util.ws.stateful with parameters of type SessionFactory | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||