Uses of Class
com.sun.corba.ee.spi.trace.DynamicType
-
Packages that use DynamicType Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.spi.orb -
-
Uses of DynamicType in com.sun.corba.ee.impl.corba
Classes in com.sun.corba.ee.impl.corba with annotations of type DynamicType Modifier and Type Class Description class
AnyImpl
class
TypeCodeImpl
Methods in com.sun.corba.ee.impl.corba with annotations of type DynamicType Modifier and Type Method 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.private void
TypeCodeImpl. createAliasTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, TypeCode original_type)
private void
TypeCodeImpl. createArrayTypeCode(ORB orb, int creationKind, int bound, TypeCode element_type)
private void
TypeCodeImpl. createEnumTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, java.lang.String[] members)
private void
TypeCodeImpl. createFixedTypeCode(ORB orb, int creationKind, short digits, short scale)
private void
TypeCodeImpl. createFromNonNativeTypeCode(ORB orb, TypeCode tc)
private void
TypeCodeImpl. createObjrefTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name)
private void
TypeCodeImpl. createPrimitiveTypeCode(ORB orb, int creationKind)
private void
TypeCodeImpl. createRecursiveSequenceTypeCode(ORB orb, int creationKind, int bound, int offset)
private void
TypeCodeImpl. createRecursiveTypeCode(ORB orb, java.lang.String id)
private void
TypeCodeImpl. createStringTypeCode(ORB orb, int creationKind, int bound)
private void
TypeCodeImpl. createStructTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, StructMember[] members)
static TypeCode
AnyImpl. createTypeCodeForClass(java.lang.Class c, ORB tcORB)
Utility method for insert_Value and Util.writeAny.private void
TypeCodeImpl. createUnionTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, TypeCode discriminator_type, UnionMember[] members)
private void
TypeCodeImpl. createValueTypeCode(ORB orb, int creationKind, java.lang.String id, java.lang.String name, short type_modifier, TypeCode concrete_base, ValueMember[] members)
boolean
AnyImpl. equal(Any otherAny)
checks for equality between Anys.boolean
TypeCodeImpl. equal(TypeCode tc)
private boolean
AnyImpl. equalMember(TypeCode memberType, InputStream myStream, InputStream otherStream)
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)
(package private) void
TypeCodeImpl. read_value_body(InputStream is)
(package private) boolean
TypeCodeImpl. read_value_kind(TypeCodeReader tcis)
private void
TypeCodeImpl. readValueBodyComplexAlias(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexArray(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexEnum(TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexObjref(TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexSequence(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexStruct(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexUnion(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodyComplexValue(InputStream is, TypeCodeInputStream _encap)
private void
TypeCodeImpl. readValueBodySimple(InputStream is)
void
AnyImpl. write_value(OutputStream out)
void
TypeCodeImpl. write_value(TypeCodeOutputStream tcos)
void
TypeCodeImpl. write_value(OutputStream os)
-
Uses of DynamicType in com.sun.corba.ee.spi.orb
Fields in com.sun.corba.ee.spi.orb with annotations of type DynamicType Modifier and Type Field Description boolean
ORB. dynamicTypeDebugFlag
-