Interstage Application Server リファレンスマニュアル(API編)
目次 索引 前ページ次ページ

第3章 Javaインタフェース> 3.17 インタフェースリポジトリクラス> 3.17.6 Repositoryインタフェース

3.17.6.1 org.omg.CORBA.Repository.lookup_id()

名前

 org.omg.CORBA.Repository.lookup_id

形式

public interface Repository extends CORBA.Container, RepositoryOperations,
        org.omg.CORBA.portable.IDLEntity,
        org.omg.CORBA.Object
{
       public org.omg.CORBA.Contained lookup_id(java.lang.String search_id);
}

機能説明

 search_idで指定したリポジトリIDを持つオブジェクトを検索し、そのオブジェクトリファレンスを返します。返却対象のオブジェクトが見つからない場合は、NIL(空の)オブジェクトリファレンスを返して正常終了します。

パラメタ

 search_id
 検索するリポジトリIDを持つオブジェクト。

復帰値

 正常終了した場合は、検索されたオブジェクトのオブジェクトリファレンスが返されます。
 異常終了した場合は、org.omg.CORBA.SystemExceptionが発生します。

 システム例外発生時に設定された例外情報およびマイナーコードの意味については、“メッセージ集”の“CORBAサービスから通知される例外情報/マイナーコード”を参照してください。


目次 索引 前ページ次ページ

All Rights Reserved, Copyright(C) 富士通株式会社 2005