JavaTM Platform
Standard Ed. 6

インタフェース
org.omg.PortableServer.ServantLocator の使用

ServantLocator を使用しているパッケージ
org.omg.PortableServer クラスとインタフェースを提供し、アプリケーションのサーバー側を複数ベンダー間 ORB で移植できるようにします。 
 

org.omg.PortableServer での ServantLocator の使用
 

ServantLocator を実装している org.omg.PortableServer のクラス
 class _ServantLocatorStub
          POA に NON_RETAIN ポリシーが指定されているときは、サーバントマネージャーとして ServantLocator が使用されます。
 

ServantLocator を返す org.omg.PortableServer のメソッド
 ServantLocator ServantLocatorPOA._this()
           
 ServantLocator ServantLocatorPOA._this(ORB orb)
           
static ServantLocator ServantLocatorHelper.extract(Any a)
           
static ServantLocator ServantLocatorHelper.narrow(Object obj)
           
static ServantLocator ServantLocatorHelper.read(InputStream istream)
           
static ServantLocator ServantLocatorHelper.unchecked_narrow(Object obj)
           
 

ServantLocator 型のパラメータを持つ org.omg.PortableServer のメソッド
static void ServantLocatorHelper.insert(Any a, ServantLocator that)
           
static void ServantLocatorHelper.write(OutputStream ostream, ServantLocator 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 も参照してください。