JavaTM Platform
Standard Ed. 6

クラス
org.omg.CORBA.portable.RemarshalException の使用

RemarshalException を使用しているパッケージ
org.omg.CORBA OMG CORBA API の JavaTM プログラミング言語 (ORB クラスを含む) へのマッピングを提供します。 
org.omg.CORBA.portable ポータビリティーレイヤー、つまり、あるベンダーによって生成されたコードがほかのベンダーの ORB で動作できるようにする一連の ORB API を提供します。 
 

org.omg.CORBA での RemarshalException の使用
 

RemarshalException をスローする org.omg.CORBA のメソッド
 InputStream LocalObject._invoke(OutputStream output)
          「This is a locally constrained object.」というメッセージと共に org.omg.CORBA.NO_IMPLEMENT 例外をスローします。
 

org.omg.CORBA.portable での RemarshalException の使用
 

RemarshalException をスローする org.omg.CORBA.portable のメソッド
 InputStream ObjectImpl._invoke(OutputStream output)
          操作を呼び出して、応答を読み込むための InputStream オブジェクトを返します。
 InputStream Delegate.invoke(Object self, OutputStream output)
          invoke は操作を呼び出すためにスタブによって呼び出されます。
 


JavaTM Platform
Standard Ed. 6

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。