org.omg.IIOP
Class ProfileBody_1_0
java.lang.Object
|
+--org.omg.IIOP.ProfileBody_1_0
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class ProfileBody_1_0
- extends java.lang.Object
- implements IDLEntity
Struct definition : ProfileBody_1_0
- Author:
- OpenORB Compiler
- See Also:
- Serialized Form
Constructor Summary |
ProfileBody_1_0()
Default constructor |
ProfileBody_1_0(Version iiop_version,
java.lang.String host,
short port,
byte[] object_key)
Constructor with fields initialization |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
iiop_version
public Version iiop_version
- Struct member iiop_version
host
public java.lang.String host
- Struct member host
port
public short port
- Struct member port
object_key
public byte[] object_key
- Struct member object_key
ProfileBody_1_0
public ProfileBody_1_0()
- Default constructor
ProfileBody_1_0
public ProfileBody_1_0(Version iiop_version,
java.lang.String host,
short port,
byte[] object_key)
- Constructor with fields initialization
- Parameters:
iiop_version
- iiop_version struct memberhost
- host struct memberport
- port struct memberobject_key
- object_key struct member