org.codehaus.wadi.core.session
Class AtomicallyReplicableSessionFactory

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

public class AtomicallyReplicableSessionFactory
extends DistributableSessionFactory

Version:
$Revision: 1885 $
Author:
Jules Gosnell

Field Summary
protected  ReplicationManager replicationManager
           
 
Fields inherited from class org.codehaus.wadi.core.session.DistributableSessionFactory
streamer
 
Fields inherited from class org.codehaus.wadi.core.session.StandardSessionFactory
attributesFactory
 
Constructor Summary
AtomicallyReplicableSessionFactory(DistributableAttributesFactory attributesFactory, Streamer streamer, ReplicationManager replicationManager)
           
 
Method Summary
 Session create()
           
 
Methods inherited from class org.codehaus.wadi.core.session.DistributableSessionFactory
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

replicationManager

protected final ReplicationManager replicationManager
Constructor Detail

AtomicallyReplicableSessionFactory

public AtomicallyReplicableSessionFactory(DistributableAttributesFactory attributesFactory,
                                          Streamer streamer,
                                          ReplicationManager replicationManager)
Method Detail

create

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


Copyright © 2011. All Rights Reserved.