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

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

public class DefaultIntervalController
extends AbstractIntervalController


フィールドの概要
protected  long delayMillisAfterProcessing
           
protected  long delayMillisAtNoUrlInQueue
           
protected  long delayMillisBeforeProcessing
           
protected  long delayMillisForWaitingNewUrl
           
 
クラス org.seasar.robot.interval.impl.AbstractIntervalController から継承されたフィールド
ignoreException
 
インタフェース org.seasar.robot.interval.IntervalController から継承されたフィールド
NO_URL_IN_QUEUE, POST_PROCESSING, PRE_PROCESSING, WAIT_NEW_URL
 
コンストラクタの概要
DefaultIntervalController()
           
DefaultIntervalController(Map<String,Long> params)
           
 
メソッドの概要
protected  void delayAfterProcessing()
           
protected  void delayAtNoUrlInQueue()
           
protected  void delayBeforeProcessing()
           
protected  void delayForWaitingNewUrl()
           
 
クラス org.seasar.robot.interval.impl.AbstractIntervalController から継承されたメソッド
delay, isIgnoreException, setIgnoreException
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

delayMillisAfterProcessing

protected long delayMillisAfterProcessing

delayMillisAtNoUrlInQueue

protected long delayMillisAtNoUrlInQueue

delayMillisBeforeProcessing

protected long delayMillisBeforeProcessing

delayMillisForWaitingNewUrl

protected long delayMillisForWaitingNewUrl
コンストラクタの詳細

DefaultIntervalController

public DefaultIntervalController()

DefaultIntervalController

public DefaultIntervalController(Map<String,Long> params)
メソッドの詳細

delayAfterProcessing

protected void delayAfterProcessing()
定義:
クラス AbstractIntervalController 内の delayAfterProcessing

delayAtNoUrlInQueue

protected void delayAtNoUrlInQueue()
定義:
クラス AbstractIntervalController 内の delayAtNoUrlInQueue

delayBeforeProcessing

protected void delayBeforeProcessing()
定義:
クラス AbstractIntervalController 内の delayBeforeProcessing

delayForWaitingNewUrl

protected void delayForWaitingNewUrl()
定義:
クラス AbstractIntervalController 内の delayForWaitingNewUrl


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