Borland(R) Enterprise Server VisiBroker(R) プログラマーズリファレンス

[目次][索引][前へ][次へ]

30.7 IIOP::ProfileBody

 
struct ProfileBody
 

この構造体は,オブジェクトによってサポートされているプロトコルの情報を格納します。

 
module IIOP {
    . . .
    struct ProfileBody {
      Version iiop_version;
      string host;
      unsigned short port;
      sequence<octet> object_key;
      sequence<IOP::TaggedComponent> components;
    };
};
<この節の構成>
30.7.1 ProfileBodyのメンバ