org.seasar.framework.container.cooldeploy
クラス CoolComponentAutoRegister.CodeSourceFileStrategy

java.lang.Object
  拡張org.seasar.framework.container.cooldeploy.CoolComponentAutoRegister.CodeSourceFileStrategy
すべての実装インタフェース:
CoolComponentAutoRegister.Strategy
含まれているクラス:
CoolComponentAutoRegister

protected class CoolComponentAutoRegister.CodeSourceFileStrategy
extends Object
implements CoolComponentAutoRegister.Strategy

OC4J固有のcode-source:プロトコルで表現されるURLをサポートするストラテジです。


コンストラクタの概要
protected CoolComponentAutoRegister.CodeSourceFileStrategy()
           
 
メソッドの概要
protected  JarFile createJarFile(URL url)
          JarFileを作成します。
 void registerAll(String path, URL url)
          自動登録を行います。
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

CoolComponentAutoRegister.CodeSourceFileStrategy

protected CoolComponentAutoRegister.CodeSourceFileStrategy()
メソッドの詳細

registerAll

public void registerAll(String path,
                        URL url)
インタフェース CoolComponentAutoRegister.Strategy の記述:
自動登録を行います。

定義:
インタフェース CoolComponentAutoRegister.Strategy 内の registerAll
パラメータ:
path -
url -

createJarFile

protected JarFile createJarFile(URL url)
JarFileを作成します。

パラメータ:
url -
戻り値:
JarFile


Copyright © 2004-2008 The Seasar Foundation. All Rights Reserved.