JavaTM Platform
Standard Ed. 6

クラス
org.omg.PortableServer.CurrentPackage.NoContext の使用

NoContext を使用しているパッケージ
org.omg.PortableServer クラスとインタフェースを提供し、アプリケーションのサーバー側を複数ベンダー間 ORB で移植できるようにします。 
org.omg.PortableServer.CurrentPackage メソッドの実装に対して、呼び出し元のオブジェクトの識別情報へのアクセス権を付与します。 
 

org.omg.PortableServer での NoContext の使用
 

NoContext をスローする org.omg.PortableServer のメソッド
 byte[] CurrentOperations.get_object_id()
          コンテキストが呼び出されるオブジェクトを識別する ObjectId を返します。
 POA CurrentOperations.get_POA()
          コンテキストが呼び出されるオブジェクトを実装する POA への参照を返します。
 

org.omg.PortableServer.CurrentPackage での NoContext の使用
 

NoContext を返す org.omg.PortableServer.CurrentPackage のメソッド
static NoContext NoContextHelper.extract(Any a)
           
static NoContext NoContextHelper.read(InputStream istream)
           
 

NoContext 型のパラメータを持つ org.omg.PortableServer.CurrentPackage のメソッド
static void NoContextHelper.insert(Any a, NoContext that)
           
static void NoContextHelper.write(OutputStream ostream, NoContext value)
           
 


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 も参照してください。