Uses of Interface
org.marketcetera.util.ws.stateful.SessionFactory

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.
 



Copyright © 2012. All Rights Reserved.