org.codehaus.wadi.core.session
Class DistributableSessionFactory

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

public class DistributableSessionFactory
extends StandardSessionFactory

Version:
$Revision: 1885 $
Author:
Jules Gosnell

Field Summary
protected  Streamer streamer
           
 
Fields inherited from class org.codehaus.wadi.core.session.StandardSessionFactory
attributesFactory
 
Constructor Summary
DistributableSessionFactory(DistributableAttributesFactory attributesFactory, Streamer streamer)
           
 
Method Summary
 Session create()
           
protected  DistributableAttributesFactory getDistributableAttributesFactory()
           
 
Methods inherited from class org.codehaus.wadi.core.session.StandardSessionFactory
getManager, newAttributes, setManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

streamer

protected final Streamer streamer
Constructor Detail

DistributableSessionFactory

public DistributableSessionFactory(DistributableAttributesFactory attributesFactory,
                                   Streamer streamer)
Method Detail

getDistributableAttributesFactory

protected DistributableAttributesFactory getDistributableAttributesFactory()

create

public Session create()
Specified by:
create in interface SessionFactory
Overrides:
create in class StandardSessionFactory


Copyright © 2011. All Rights Reserved.