org.seasar.jms.container.impl
クラス JMSContainerImpl.FilterChainImpl

java.lang.Object
  上位を拡張 org.seasar.jms.container.impl.JMSContainerImpl.FilterChainImpl
すべての実装されたインタフェース:
FilterChain
含まれているクラス:
JMSContainerImpl

public class JMSContainerImpl.FilterChainImpl
extends Object
implements FilterChain

フィルタチェーンの実装クラスです。

作成者:
koichik

フィールドの概要
protected  int index
          呼び出すフィルタのインデックス
 
コンストラクタの概要
JMSContainerImpl.FilterChainImpl()
          インスタンスを構築します。
 
メソッドの概要
 void doFilter(Message message)
          後続のフィルタを呼び出します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

index

protected int index
呼び出すフィルタのインデックス

コンストラクタの詳細

JMSContainerImpl.FilterChainImpl

public JMSContainerImpl.FilterChainImpl()
インスタンスを構築します。

メソッドの詳細

doFilter

public void doFilter(Message message)
              throws Exception
後続のフィルタを呼び出します。

後続のフィルタがなければJMSContainerImplに 制御を戻します.

定義:
インタフェース FilterChain 内の doFilter
パラメータ:
message - 受信したJMSメッセージ
例外:
Exception - フィルタまたはリスナコンポーネントで例外が発生した場合にスローされます


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.