All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.visigenic.vbroker.IIOP_1_1.ProfileBodyHolder

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

public final class ProfileBodyHolder
extends Object
implements Streamable

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


Variable Index

 o value

Constructor Index

 o ProfileBodyHolder()
 o ProfileBodyHolder(ProfileBody)

Method Index

 o _read(InputStream)
 o _type()
 o _write(OutputStream)

Variables

 o value
 public ProfileBody value

Constructors

 o ProfileBodyHolder
 public ProfileBodyHolder()
 o ProfileBodyHolder
 public ProfileBodyHolder(ProfileBody value)

Methods

 o _read
 public void _read(InputStream input)
 o _write
 public void _write(OutputStream output)
 o _type
 public TypeCode _type()

All Packages  Class Hierarchy  This Package  Previous  Next  Index