org.omg.IIOP

Class ProfileBody_1_0

Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "ProfileBody_1_0"

Author:
JacORB IDL compiler

Field Summary

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

Constructor Summary

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

Field Details

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_0

public ProfileBody_1_0()


ProfileBody_1_0

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