ActiveTaskAdaptor

public class ActiveTaskAdaptor implements ActiveTask

A Active Task Adaptor is a dummy class for the interface active task. Creation Date: 24/10/2006.

Author:Twinsen Tsang

See also: hk.hku.cecid.piazza.commons.module.ActiveTask

Methods

execute

public void execute()

getMaxRetries

public int getMaxRetries()

getRetryInterval

public long getRetryInterval()

isRetryEnabled

public boolean isRetryEnabled()

isSucceedFast

public boolean isSucceedFast()

onAwake

public void onAwake()

onFailure

public void onFailure(Throwable e)

setRetried

public void setRetried(int retried)