org.seasar.uruma.rcp.core
クラス UrumaBundleState

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.core.UrumaBundleState

public final class UrumaBundleState
extends Object

RCP 環境における Uruma バンドルおよび Uruma アプリケーションの状態を保持するクラスです。

作成者:
y-komori

入れ子のクラスの概要
static class UrumaBundleState.BundleState
          バンドルの状態を表す列挙型です。
 
メソッドの概要
 UrumaBundleState.BundleState getAppBundleState()
          Uruma アプリケーションの状態を取得します。
static UrumaBundleState getInstance()
          インスタンスを取得します。
 Throwable getUrumaAppInitializingException()
          Uruma アプリケーションバンドルの初期化中に発生した例外を取得します。
 UrumaBundleState.BundleState getUrumaBundleState()
          Uruma バンドルの状態を取得します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getUrumaAppInitializingException

public Throwable getUrumaAppInitializingException()
Uruma アプリケーションバンドルの初期化中に発生した例外を取得します。

戻り値:
例外オブジェクト

getUrumaBundleState

public UrumaBundleState.BundleState getUrumaBundleState()
Uruma バンドルの状態を取得します。

戻り値:
Uruma バンドルの状態

getAppBundleState

public UrumaBundleState.BundleState getAppBundleState()
Uruma アプリケーションの状態を取得します。

戻り値:
Uruma アプリケーションの状態

getInstance

public static UrumaBundleState getInstance()
インスタンスを取得します。

戻り値:
本クラスのインスタンス


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