org.codehaus.wadi.impl
Class DummyReplicater

java.lang.Object
  extended byorg.codehaus.wadi.impl.DummyReplicater
All Implemented Interfaces:
Replicater

public class DummyReplicater
extends Object
implements Replicater


Constructor Summary
DummyReplicater()
           
 
Method Summary
 void create(Object tmp)
           
 void destroy(Object tmp)
           
 boolean getReusingStore()
           
 void update(Object tmp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DummyReplicater

public DummyReplicater()
Method Detail

getReusingStore

public boolean getReusingStore()
Specified by:
getReusingStore in interface Replicater

create

public void create(Object tmp)
Specified by:
create in interface Replicater

update

public void update(Object tmp)
Specified by:
update in interface Replicater

destroy

public void destroy(Object tmp)
Specified by:
destroy in interface Replicater


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