org.boxed_economy.besp.container
クラス BESPContainer

java.lang.Object
  拡張org.boxed_economy.besp.container.BESPContainer

public class BESPContainer
extends java.lang.Object

BESPの全てのコンポーネントがプラグされるコンテナクラス プレゼンテーションコンテナとモデルコンテナから構成される プラグインを管理する機能を持つ

バージョン:
$Id: BESPContainer.java,v 1.1 2004/03/21 12:07:48 macchan Exp $
作成者:
rx78g

コンストラクタの概要
BESPContainer()
          Constructor for BESPContainer.
 
メソッドの概要
 ModelContainer getModelContainer()
          ModelContainerを返します。
 PluginManager getPluginManager()
          Returns the pluginManager.
 PresentationContainer getPresentationContainer()
          PresentationContainerを返します。
 void initialize()
          コンテナを初期化します
 void terminate()
          コンテナを終了します
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

BESPContainer

public BESPContainer()
Constructor for BESPContainer.

メソッドの詳細

initialize

public void initialize()
                throws java.lang.Exception
コンテナを初期化します

例外:
java.lang.Exception

terminate

public void terminate()
コンテナを終了します


getModelContainer

public ModelContainer getModelContainer()
ModelContainerを返します。

戻り値:
modelContainer

getPresentationContainer

public PresentationContainer getPresentationContainer()
PresentationContainerを返します。

戻り値:
presentationContainer

getPluginManager

public PluginManager getPluginManager()
Returns the pluginManager.

戻り値:
PluginManager