クラスorg.omg.PortableServer.POAPackage.NoServant 
の使用
- 
NoServantを使用しているパッケージ パッケージ 説明 org.omg.PortableServer クラスとインタフェースを提供し、アプリケーションのサーバー側を複数ベンダー間ORBで移植できるようにします。org.omg.PortableServer.POAPackage このパッケージを使用すると、プログラマは異なるORB製品間で移植可能なオブジェクト実装を作成できます。
- 
- 
org.omg.PortableServerでのNoServantの使用NoServantをスローするorg.omg.PortableServer内のメソッド 修飾子と型 メソッド 説明 ServantPOAOperations. get_servant()このオペレーションは、POAに関連付けられたデフォルトのサーバントを返します。
- 
org.omg.PortableServer.POAPackageでのNoServantの使用NoServantを返すorg.omg.PortableServer.POAPackage内のメソッド 修飾子と型 メソッド 説明 static NoServantNoServantHelper. extract(Any a)static NoServantNoServantHelper. read(InputStream istream)NoServant型のパラメータを持つorg.omg.PortableServer.POAPackage内のメソッド 修飾子と型 メソッド 説明 static voidNoServantHelper. insert(Any a, NoServant that)static voidNoServantHelper. write(OutputStream ostream, NoServant value)
 
-