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
- Java Class com.visigenic.vbroker.IIOP_1_1.ProfileBodyHolder
- Source File com/visigenic/vbroker/IIOP_1_1/ProfileBodyHolder.java
- IDL Source File iop.idl
- IDL Absolute Name ::IIOP_1_1::ProfileBody
- Repository Identifier IDL:visigenic.com/IIOP_1_1/ProfileBody:1.0
IDL definition:
struct ProfileBody {
::GIOP::Version iiop_version;
string host;
unsigned short port;
::CORBA::OctetSequence object_key;
sequence<::IOP::TaggedComponent> components;
};
-
value
-
-
ProfileBodyHolder()
-
-
ProfileBodyHolder(ProfileBody)
-
-
_read(InputStream)
-
-
_type()
-
-
_write(OutputStream)
-
value
public ProfileBody value
ProfileBodyHolder
public ProfileBodyHolder()
ProfileBodyHolder
public ProfileBodyHolder(ProfileBody value)
_read
public void _read(InputStream input)
_write
public void _write(OutputStream output)
_type
public TypeCode _type()
All Packages Class Hierarchy This Package Previous Next Index