Hitachi

VisiBroker Version 5 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;
    };
};
〈この節の構成〉