JavaTM Platform
Standard Ed. 6

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

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

org.omg.PortableServer での ServantActivator の使用
 

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

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

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


JavaTM Platform
Standard Ed. 6

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

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