org.seasar.robot.interval.impl
クラス AbstractIntervalController

java.lang.Object
  上位を拡張 org.seasar.robot.interval.impl.AbstractIntervalController
すべての実装されたインタフェース:
IntervalController
直系の既知のサブクラス:
DefaultIntervalController

public abstract class AbstractIntervalController
extends Object
implements IntervalController

作成者:
shinsuke

フィールドの概要
protected  boolean ignoreException
           
 
インタフェース org.seasar.robot.interval.IntervalController から継承されたフィールド
NO_URL_IN_QUEUE, POST_PROCESSING, PRE_PROCESSING, WAIT_NEW_URL
 
コンストラクタの概要
AbstractIntervalController()
           
 
メソッドの概要
 void delay(int type)
           
protected abstract  void delayAfterProcessing()
           
protected abstract  void delayAtNoUrlInQueue()
           
protected abstract  void delayBeforeProcessing()
           
protected abstract  void delayForWaitingNewUrl()
           
 boolean isIgnoreException()
           
 void setIgnoreException(boolean ignoreException)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

ignoreException

protected boolean ignoreException
コンストラクタの詳細

AbstractIntervalController

public AbstractIntervalController()
メソッドの詳細

delay

public void delay(int type)
定義:
インタフェース IntervalController 内の delay

delayBeforeProcessing

protected abstract void delayBeforeProcessing()

delayAfterProcessing

protected abstract void delayAfterProcessing()

delayAtNoUrlInQueue

protected abstract void delayAtNoUrlInQueue()

delayForWaitingNewUrl

protected abstract void delayForWaitingNewUrl()

isIgnoreException

public boolean isIgnoreException()

setIgnoreException

public void setIgnoreException(boolean ignoreException)


Copyright © 2009-2010 The Seasar Foundation. All Rights Reserved.