org.codehaus.wadi.impl
Class MemoryReplicaterFactory
java.lang.Object
org.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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_numReplicants
protected int _numReplicants
MemoryReplicaterFactory
public MemoryReplicaterFactory(int numReplicants)
create
public Replicater create()
- Specified by:
create
in interface ReplicaterFactory
Copyright © 2004-2006 Core Developers Network Ltd.. All Rights Reserved.