ikrs.util.session
Interface SessionFactory<K,V,U>

All Known Implementing Classes:
DefaultSessionFactory

public interface SessionFactory<K,V,U>

This interface can be used to implement simple Session factory classes.


Method Summary
 Session<K,V,U> create(U userID)
          Creates a new Session with the configured type signature.
 

Method Detail

create

Session<K,V,U> create(U userID)
Creates a new Session with the configured type signature.

Returns:
A newly created session.