クラスorg.omg.CORBA.ServiceInformation
の使用
-
ServiceInformationを使用するパッケージ パッケージ 説明 org.omg.CORBA プログラマがフル機能のObject Request Broker (ORB)として使用できるように実装されたクラスORBを含む、Java™プログラミング言語へのOMG CORBA APIのマッピングを提供します。 -
-
org.omg.CORBAでのServiceInformationの使用
ServiceInformationとして宣言されているorg.omg.CORBA内のフィールド 修飾子と型 フィールド 説明 ServiceInformationServiceInformationHolder. valueこのServiceInformationHolderオブジェクトがそのvalueフィールドに保持するServiceInformation値です。ServiceInformationを返すorg.omg.CORBA内のメソッド 修飾子と型 メソッド 説明 static ServiceInformationServiceInformationHelper. extract(Any a)static ServiceInformationServiceInformationHelper. read(InputStream in)ServiceInformation型のパラメータを持つorg.omg.CORBA内のメソッド 修飾子と型 メソッド 説明 static voidServiceInformationHelper. insert(Any a, ServiceInformation that)static voidServiceInformationHelper. write(OutputStream out, ServiceInformation that)ServiceInformation型のパラメータを持つorg.omg.CORBA内のコンストラクタ コンストラクタ 説明 ServiceInformationHolder(ServiceInformation arg)valueフィールドが指定されたServiceInformationオブジェクトに初期化された新しいServiceInformationHolderオブジェクトを構築します。
-