Uses of Interface
org.marketcetera.util.ws.stateful.SessionFactory
-
Packages that use SessionFactory Package Description org.marketcetera.util.ws.stateful Web services infrastructure. -
-
Uses of SessionFactory in org.marketcetera.util.ws.stateful
Fields in org.marketcetera.util.ws.stateful declared as SessionFactory Modifier and Type Field Description private SessionFactory<T>SessionManager. mSessionFactoryMethods in org.marketcetera.util.ws.stateful that return SessionFactory Modifier and Type Method Description SessionFactory<T>SessionManager. getSessionFactory()Returns the receiver's session factory.Constructors in org.marketcetera.util.ws.stateful with parameters of type SessionFactory Constructor 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.
-