wicket
Interface ISessionFactory

All Superinterfaces:
java.io.Serializable

public interface ISessionFactory
extends java.io.Serializable

A factory interface used by Applications to create Sessions.

Author:
Jonathan Locke

Method Summary
 Session newSession()
          Creates a new session
 

Method Detail

newSession

public Session newSession()
Creates a new session

Returns:
The session


Copyright © 2004-2005 Wicket developers. All Rights Reserved.