org.codehaus.wadi.impl
Class SleepingReplicater

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

public class SleepingReplicater
extends Object
implements Replicater


Field Summary
protected  long _delay
           
 
Constructor Summary
SleepingReplicater(long delay)
           
 
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

_delay

protected final long _delay
Constructor Detail

SleepingReplicater

public SleepingReplicater(long delay)
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-2008 Core Developers Network Ltd.. All Rights Reserved.