Package | Description |
---|---|
org.jacorb.orb.etf | |
org.omg.ETF | |
org.omg.GIOP |
Modifier and Type | Field and Description |
---|---|
protected Version |
ProfileBase.version |
Modifier and Type | Method and Description |
---|---|
Version |
ProfileBase.version()
ETF defined read-only accessor for the GIOP version.
|
Modifier and Type | Method and Description |
---|---|
Version |
ProfileLocalTie.version() |
Version |
ProfileOperations.version() |
Modifier and Type | Field and Description |
---|---|
Version |
MessageHeader_1_0.GIOP_version |
Version |
MessageHeader_1_1.GIOP_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 |
---|
MessageHeader_1_0(char[] magic,
Version GIOP_version,
boolean byte_order,
byte message_type,
int message_size) |
MessageHeader_1_1(char[] magic,
Version GIOP_version,
byte flags,
byte message_type,
int message_size) |
VersionHolder(Version initial) |