クラスorg.omg.PortableServer.POAPackage.ServantAlreadyActive
の使用
-
ServantAlreadyActiveを使用しているパッケージ パッケージ 説明 org.omg.PortableServer クラスとインタフェースを提供し、アプリケーションのサーバー側を複数ベンダー間ORBで移植できるようにします。org.omg.PortableServer.POAPackage このパッケージを使用すると、プログラマは異なるORB製品間で移植可能なオブジェクト実装を作成できます。 -
-
org.omg.PortableServerでのServantAlreadyActiveの使用
ServantAlreadyActiveをスローするorg.omg.PortableServer内のメソッド 修飾子と型 メソッド 説明 byte[]POAOperations. activate_object(Servant p_servant)このオペレーションは、オブジェクトIDを生成し、そのオブジェクトIDと指定されたサーバントをActive Object Mapに入れます。voidPOAOperations. activate_object_with_id(byte[] id, Servant p_servant)このオペレーションは、指定されたオブジェクトIDと指定されたサーバントとの関連付けをActive Object Mapに入れます。 -
org.omg.PortableServer.POAPackageでのServantAlreadyActiveの使用
ServantAlreadyActiveを返すorg.omg.PortableServer.POAPackage内のメソッド 修飾子と型 メソッド 説明 static ServantAlreadyActiveServantAlreadyActiveHelper. extract(Any a)static ServantAlreadyActiveServantAlreadyActiveHelper. read(InputStream istream)ServantAlreadyActive型のパラメータを持つorg.omg.PortableServer.POAPackage内のメソッド 修飾子と型 メソッド 説明 static voidServantAlreadyActiveHelper. insert(Any a, ServantAlreadyActive that)static voidServantAlreadyActiveHelper. write(OutputStream ostream, ServantAlreadyActive value)
-