ページの先頭行へ戻る
Interstage Application Server リファレンスマニュアル(API編)
Interstage

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(“3.17.1 型の定義”を参照)で返します。

復帰値

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

3.17.17.2 継承されて使用できるメソッド

(1) org.omg.CORBA.InterfaceDef.def_kind
(2) org.omg.CORBA.InterfaceDef.id
(3) org.omg.CORBA.InterfaceDef.name
(4) org.omg.CORBA.InterfaceDef.defined_in
(5) org.omg.CORBA.InterfaceDef.describe
(6) org.omg.CORBA.InterfaceDef.lookup
(7) org.omg.CORBA.InterfaceDef.contents
(8) org.omg.CORBA.InterfaceDef.lookup_name
(9) org.omg.CORBA.InterfaceDef.describe_contents
(10) org.omg.CORBA.InterfaceDef.type

(1)については、“IRObject共通インタフェース”を継承します。
“org.omg.CORBA.IRObject”の部分を“org.omg.CORBA.InterfaceDef”に置き換えて使用することができます。
関数の仕様については、“3.17.2 IRObject共通インタフェース”を参照してください。

(2)~(5)については、“Contained共通インタフェース”を継承します。
“org.omg.CORBA.Contained”の部分を“org.omg.CORBA.InterfaceDef”に置き換えて使用することができます。
関数の仕様については、“3.17.3 Contained共通インタフェース”を参照してください。

(6)~(9)については、“Container共通インタフェース”を継承します。
“org.omg.CORBA.Container”の部分を“org.omg.CORBA.InterfaceDef”に置き換えて使用することができます。
関数の仕様については、“3.17.4 Container共通インタフェース”を参照してください。

(10)については、“IDLType共通インタフェース”を継承します。
“org.omg.CORBA.IDLType”の部分を“org.omg.CORBA.InterfaceDef”に置き換えて使用することができます。
関数の仕様については、“3.17.5 IDLType共通インタフェース”を参照してください。