org.seasar.uruma.rcp.util
クラス UrumaServiceUtil

java.lang.Object
  上位を拡張 org.seasar.uruma.rcp.util.UrumaServiceUtil

public class UrumaServiceUtil
extends Object

UrumaService を取得するためのユーティリティクラスです。

作成者:
y-komori

メソッドの概要
static UrumaService getService()
          UrumaService のインスタンスを取得します。
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

getService

public static UrumaService getService()
UrumaService のインスタンスを取得します。
UrumaService は RCP 環境でのみ利用可能です。
RCP環境でない場合、本メソッドの戻り値は null となります。

戻り値:
UrumaService のインスタンス。RCP 環境でない場合は null


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