org.seasar.jca.deploy
インタフェース ResourceAdapterDeployer

既知の実装クラスの一覧:
AbstractResourceAdapterDeployer, FsResourceAdapterDeployer, RarResourceAdapterDeployer

public interface ResourceAdapterDeployer

リソースアダプタをデプロイするコンポーネントのインタフェースです.

作成者:
koichik
関連項目:
ResourceAdapter

メソッドの概要
 BootstrapContext getBootstrapContext()
          ブートストラップコンテキストを返します.
 ClassLoader getClassLoader()
          リソースアダプタのデプロイに使用するクラスローダを返します.
 ResourceAdapter getResourceAdapter()
          リソースアダプタを返します.
 ResourceAdapterConfig getResourceAdapterConfig()
          リソースアダプタの構成を返します.
 void start()
          リソースアダプタをデプロイします.
 void stop()
          リソースアダプタをアンデプロイします.
 

メソッドの詳細

start

void start()
           throws ResourceException,
                  IOException
リソースアダプタをデプロイします.

例外:
ResourceException - リソースアダプタのデプロイに失敗した場合にスローされます
IOException - リソースアダプタのデプロイ中に入出力エラーが発生した場合にスローされます
関連項目:
ResourceAdapter.start(BootstrapContext)

stop

void stop()
リソースアダプタをアンデプロイします.


getBootstrapContext

BootstrapContext getBootstrapContext()
ブートストラップコンテキストを返します.

戻り値:
ブートストラップコンテキスト

getResourceAdapter

ResourceAdapter getResourceAdapter()
リソースアダプタを返します.

戻り値:
リソースアダプタ

getResourceAdapterConfig

ResourceAdapterConfig getResourceAdapterConfig()
リソースアダプタの構成を返します.

戻り値:
リソースアダプタの構成

getClassLoader

ClassLoader getClassLoader()
リソースアダプタのデプロイに使用するクラスローダを返します.

戻り値:
リソースアダプタのデプロイに使用するクラスローダ


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