Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第3章 Javaインタフェース | > 3.17 インタフェースリポジトリクラス | > 3.17.17 InterfaceDefインタフェース |
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が発生します。
目次
索引
![]() ![]() |