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

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

3.17.17.1 org.omg.CORBA.InterfaceDef.describe_interface()

名前

 org.omg.CORBA.InterfaceDef.describe_interface

形式

public interface InterfaceDef extends org.omg.CORBA.Container,
       org.omg.CORBA.Contained,
       org.omg.CORBA.IDLType,
       InterfaceDefOperations,
       org.omg.CORBA.portable.IDLEntity,
       org.omg.CORBA.Object
{
     public org.omg.CORBA.InterfaceDefPackage.FullInterfaceDescription describe_interface();
}

機能説明

 InterfaceDefオブジェクトの定義情報を、継承関係の情報も含めて、FullInterfaceDescription(“型の定義”を参照)で返します。

復帰値

 正常終了した場合は、InterfaceDefオブジェクトの定義情報(FullInterfaceDescription)が返されます。
 異常終了した場合は、SystenExceptionが発生します。


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

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