org.seasar.jca.deploy.impl
クラス MessageEndpointActivator

java.lang.Object
  上位を拡張 org.seasar.jca.deploy.impl.MessageEndpointActivator

public class MessageEndpointActivator
extends Object

メッセージエンドポイントを開始・終了するためのコンポーネントです.

作成者:
koichik

フィールドの概要
protected  ActivationSpecDeployer activationSpecDeployer
          ResourceAdapterDeployer
 
コンストラクタの概要
MessageEndpointActivator()
           
 
メソッドの概要
 void setActivationSpecDeployer(ActivationSpecDeployer activationSpecDeployer)
          開始・終了するエンドポイントのResourceAdapterDeployerを設定します.
 void start()
          メッセージエンドポイントを開始します.
 void stop()
          メッセージエンドポイントを終了します.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

activationSpecDeployer

protected ActivationSpecDeployer activationSpecDeployer
ResourceAdapterDeployer

コンストラクタの詳細

MessageEndpointActivator

public MessageEndpointActivator()
メソッドの詳細

setActivationSpecDeployer

public void setActivationSpecDeployer(ActivationSpecDeployer activationSpecDeployer)
開始・終了するエンドポイントのResourceAdapterDeployerを設定します.

パラメータ:
activationSpecDeployer - ResourceAdapterDeployer

start

public void start()
           throws ResourceException
メッセージエンドポイントを開始します.

例外:
ResourceException - メッセージエンドポイントの開始中に例外が発生した場合

stop

public void stop()
          throws ResourceException
メッセージエンドポイントを終了します.

例外:
ResourceException - メッセージエンドポイントの終了中に例外が発生した場合


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