org.codehaus.wadi.impl
Class DatabaseReplicater

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

public class DatabaseReplicater
extends Object
implements Replicater


Field Summary
protected  Log _log
           
protected  boolean _reusingStore
           
protected  DatabaseStore _store
           
 
Constructor Summary
DatabaseReplicater(DatabaseStore store, boolean reusingStore)
           
 
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
 

Field Detail

_log

protected final Log _log

_store

protected final DatabaseStore _store

_reusingStore

protected boolean _reusingStore
Constructor Detail

DatabaseReplicater

public DatabaseReplicater(DatabaseStore store,
                          boolean reusingStore)
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.