All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.IIOP_1_1.ProfileBody

java.lang.Object
   |
   +----com.visigenic.vbroker.IIOP_1_1.ProfileBody

public final class ProfileBody
extends Object

IDL definition:
struct ProfileBody {
::GIOP::Version iiop_version;
string host;
unsigned short port;
::CORBA::OctetSequence object_key;
sequence<::IOP::TaggedComponent> components;
};


Variable Index

 o components
 o host
 o iiop_version
 o object_key
 o port

Constructor Index

 o ProfileBody()
 o ProfileBody(Version, String, short, byte[], TaggedComponent[])

Method Index

 o toString()

Variables

 o iiop_version
 public Version iiop_version
 o host
 public String host
 o port
 public short port
 o object_key
 public byte object_key[]
 o components
 public TaggedComponent components[]

Constructors

 o ProfileBody
 public ProfileBody()
 o ProfileBody
 public ProfileBody(Version iiop_version,
                    String host,
                    short port,
                    byte object_key[],
                    TaggedComponent components[])

Methods

 o toString
 public String toString()
Overrides:
toString in class Object

All Packages  Class Hierarchy  This Package  Previous  Next  Index