org.omg.IIOP

Class ProfileBody_1_1

Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class ProfileBody_1_1
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "ProfileBody_1_1"

Author:
JacORB IDL compiler

Field Summary

TaggedComponent[]
components
java.lang.String
host
Version
iiop_version
byte[]
object_key
short
port

Constructor Summary

ProfileBody_1_1()
ProfileBody_1_1(Version iiop_version, java.lang.String host, short port, byte[] object_key, TaggedComponent components)

Field Details

components

public TaggedComponent[] components


host

public java.lang.String host


iiop_version

public Version iiop_version


object_key

public byte[] object_key


port

public short port

Constructor Details

ProfileBody_1_1

public ProfileBody_1_1()


ProfileBody_1_1

public ProfileBody_1_1(Version iiop_version,
                       java.lang.String host,
                       short port,
                       byte[] object_key,
                       TaggedComponent components)