org.codehaus.wadi.replication.manager.basic
Class CreateReplicationCommand.CreateReplicaTask

java.lang.Object
  extended by org.codehaus.wadi.replication.manager.basic.CreateReplicationCommand.CreateReplicaTask
All Implemented Interfaces:
CreateReplicationCommand.BackOffCapableTask
Enclosing class:
CreateReplicationCommand

protected class CreateReplicationCommand.CreateReplicaTask
extends java.lang.Object
implements CreateReplicationCommand.BackOffCapableTask


Field Summary
protected  java.lang.Object key
           
 
Method Summary
 void attempt()
           
 void backoff()
           
 void complete()
           
 void doAttempt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

protected final java.lang.Object key
Method Detail

backoff

public void backoff()
Specified by:
backoff in interface CreateReplicationCommand.BackOffCapableTask

attempt

public void attempt()
Specified by:
attempt in interface CreateReplicationCommand.BackOffCapableTask

doAttempt

public void doAttempt()

complete

public void complete()
Specified by:
complete in interface CreateReplicationCommand.BackOffCapableTask


Copyright © 2010. All Rights Reserved.