org.seasar.jca.deploy.impl
クラス MessageEndpointActivator
java.lang.Object
org.seasar.jca.deploy.impl.MessageEndpointActivator
public class MessageEndpointActivator
- extends Object
メッセージエンドポイントを開始・終了するためのコンポーネントです.
- 作成者:
- koichik
クラス 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.