All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.visigenic.vbroker.IIOP_1_1.ProfileBody
struct ProfileBody { ::GIOP::Version iiop_version; string host; unsigned short port; ::CORBA::OctetSequence object_key; sequence<::IOP::TaggedComponent> components; };
public Version iiop_version
public String host
public short port
public byte object_key[]
public TaggedComponent components[]
public ProfileBody()
public ProfileBody(Version iiop_version, String host, short port, byte object_key[], TaggedComponent components[])
public String toString()
All Packages Class Hierarchy This Package Previous Next Index