org.codehaus.wadi.impl
Class DatabaseReplicater
java.lang.Object
org.codehaus.wadi.impl.DatabaseReplicater
- All Implemented Interfaces:
- Replicater
- public class DatabaseReplicater
- extends Object
- implements Replicater
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_log
protected final Log _log
_store
protected final DatabaseStore _store
_reusingStore
protected boolean _reusingStore
DatabaseReplicater
public DatabaseReplicater(DatabaseStore store,
boolean reusingStore)
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.