Interstage Application Server リファレンスマニュアル(API編) |
目次
索引
![]() ![]() |
第3章 Javaインタフェース | > 3.12 Anyクラス |
org.omg.CORBA.Any.extract_<type>
public short extract_short() throws org.omg.CORBA.BAD_OPERATION; public int extract_long() throws org.omg.CORBA.BAD_OPERATION; public long extract_longlong() throws org.omg.CORBA.BAD_OPERATION; public short extract_ushort() throws org.omg.CORBA.BAD_OPERATION; public int extract_ulong() throws org.omg.CORBA.BAD_OPERATION; public long extract_ulonglong() throws org.omg.CORBA.BAD_OPERATION; public float extract_float() throws org.omg.CORBA.BAD_OPERATION; public double extract_double() throws org.omg.CORBA.BAD_OPERATION; public boolean extract_boolean() throws org.omg.CORBA.BAD_OPERATION; public char extract_char() throws org.omg.CORBA.BAD_OPERATION; public char extract_wchar() throws org.omg.CORBA.BAD_OPERATION; public byte extract_octet() throws org.omg.CORBA.BAD_OPERATION; public org.omg.CORBA.Any extract_any() throws org.omg.CORBA.BAD_OPERATION; public org.omg.CORBA.Object extract_Object() throws org.omg.CORBA.BAD_OPERATION; public java.lang.String extract_string() throws org.omg.CORBA.BAD_OPERATION; public java.lang.String extract_wstring() throws org.omg.CORBA.BAD_OPERATION; public org.omg.CORBA.TypeCode extract_TypeCode() throws org.omg.CORBA.BAD_OPERATION;
Any型オブジェクトから格納されている値を取り出します。
正常終了した場合は、Any型オブジェクトから取り出した値(またはオブジェクト)が返されます。
異常終了した場合は、以下の例外が発生します。
システム例外発生時に設定された例外情報およびマイナーコードの意味については、“メッセージ集”の“CORBAサービスから通知される例外情報/マイナーコード”を参照してください。
目次
索引
![]() ![]() |