Package | Description |
---|---|
org.omg.IIOP |
Modifier and Type | Field and Description |
---|---|
Version |
ProfileBody_1_1.iiop_version |
Version |
ProfileBody_1_0.iiop_version |
Version |
VersionHolder.value |
Modifier and Type | Method and Description |
---|---|
static Version |
VersionHelper.extract(Any any) |
static Version |
VersionHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
VersionHelper.insert(Any any,
Version s) |
static void |
VersionHelper.write(OutputStream out,
Version s) |
Constructor and Description |
---|
ProfileBody_1_0(Version iiop_version,
java.lang.String host,
short port,
byte[] object_key) |
ProfileBody_1_1(Version iiop_version,
java.lang.String host,
short port,
byte[] object_key,
TaggedComponent[] components) |
VersionHolder(Version initial) |