org.codehaus.wadi.core.session
Class StandardSessionFactory

java.lang.Object
  extended by org.codehaus.wadi.core.session.StandardSessionFactory
All Implemented Interfaces:
SessionFactory
Direct Known Subclasses:
DistributableSessionFactory

public class StandardSessionFactory
extends java.lang.Object
implements SessionFactory

Version:
$Revision: 1885 $
Author:
Jules Gosnell

Field Summary
protected  StandardAttributesFactory attributesFactory
           
 
Constructor Summary
StandardSessionFactory(StandardAttributesFactory attributesFactory)
           
 
Method Summary
 Session create()
           
protected  Manager getManager()
           
protected  StandardAttributes newAttributes()
           
 void setManager(Manager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributesFactory

protected final StandardAttributesFactory attributesFactory
Constructor Detail

StandardSessionFactory

public StandardSessionFactory(StandardAttributesFactory attributesFactory)
Method Detail

setManager

public void setManager(Manager manager)
Specified by:
setManager in interface SessionFactory

create

public Session create()
Specified by:
create in interface SessionFactory

newAttributes

protected StandardAttributes newAttributes()

getManager

protected Manager getManager()


Copyright © 2011. All Rights Reserved.