org.codehaus.wadi.aop.replication
Class ClusteredStateSessionFactory

java.lang.Object
  extended by org.codehaus.wadi.aop.replication.ClusteredStateSessionFactory
All Implemented Interfaces:
SessionFactory

public class ClusteredStateSessionFactory
extends java.lang.Object
implements SessionFactory

Version:
$Revision: 1538 $

Constructor Summary
ClusteredStateSessionFactory(ClusteredStateAttributesFactory attributesFactory, Streamer streamer, ReplicationManager replicationManager, ObjectStateHandler stateHandler)
           
 
Method Summary
 ClusteredStateSession create()
           
 void setManager(Manager manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClusteredStateSessionFactory

public ClusteredStateSessionFactory(ClusteredStateAttributesFactory attributesFactory,
                                    Streamer streamer,
                                    ReplicationManager replicationManager,
                                    ObjectStateHandler stateHandler)
Method Detail

create

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

setManager

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


Copyright © 2011. All Rights Reserved.