| Package | Description |
|---|---|
| com.sun.corba.ee.impl.corba | |
| com.sun.corba.ee.spi.orb |
| Modifier and Type | Class and Description |
|---|---|
class |
AnyImpl |
class |
TypeCodeImpl |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TypeCodeImpl.copy(InputStream src,
OutputStream dst)
This is not a copy of the TypeCodeImpl objects, but instead it
copies the value this type code is representing.
|
InputStream |
AnyImpl.create_input_stream()
returns an input stream that an Any value can be marshaled out of.
|
static TypeCode |
AnyImpl.createTypeCodeForClass(Class c,
ORB tcORB)
Utility method for insert_Value and Util.writeAny.
|
boolean |
AnyImpl.equal(Any otherAny)
checks for equality between Anys.
|
boolean |
TypeCodeImpl.equal(TypeCode tc) |
boolean |
TypeCodeImpl.equivalent(TypeCode tc)
The equivalent operation is used by the ORB when determining type equivalence
for values stored in an IDL any.
|
void |
AnyImpl.read_value(InputStream in,
TypeCode tc) |
void |
TypeCodeImpl.write_value(OutputStream os) |
void |
AnyImpl.write_value(OutputStream out) |
void |
TypeCodeImpl.write_value(TypeCodeOutputStream tcos) |
| Modifier and Type | Field and Description |
|---|---|
boolean |
ORB.dynamicTypeDebugFlag |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.