org.codehaus.wadi.impl
Class MemoryReplicaterFactory

java.lang.Object
  extended byorg.codehaus.wadi.impl.MemoryReplicaterFactory
All Implemented Interfaces:
ReplicaterFactory

public class MemoryReplicaterFactory
extends Object
implements ReplicaterFactory

MemoryReplicaters hold per Session state (the location of their replication partners), so we need to create a new MemoryReplicater for each session.

Author:
jules

Field Summary
protected  int _numReplicants
           
 
Constructor Summary
MemoryReplicaterFactory(int numReplicants)
           
 
Method Summary
 Replicater create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_numReplicants

protected int _numReplicants
Constructor Detail

MemoryReplicaterFactory

public MemoryReplicaterFactory(int numReplicants)
Method Detail

create

public Replicater create()
Specified by:
create in interface ReplicaterFactory


Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.