Uses of Annotation Type
com.sun.corba.ee.spi.trace.DynamicType
Packages that use DynamicType
-
Uses of DynamicType in com.sun.corba.ee.impl.corba
Classes in com.sun.corba.ee.impl.corba with annotations of type DynamicTypeMethods in com.sun.corba.ee.impl.corba with annotations of type DynamicTypeModifier and TypeMethodDescriptionprotected voidTypeCodeImpl.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.AnyImpl.create_input_stream()returns an input stream that an Any value can be marshaled out of.static TypeCodeAnyImpl.createTypeCodeForClass(Class c, ORB tcORB) Utility method for insert_Value and Util.writeAny.booleanchecks for equality between Anys.final boolean////////////////////////////////////////////////////////////////////////booleanTypeCodeImpl.equivalent(TypeCode tc) The equivalent operation is used by the ORB when determining type equivalence for values stored in an IDL any.voidAnyImpl.read_value(InputStream in, TypeCode tc) ////////////////////////////////////////////////////////////////////////voidAnyImpl.write_value(OutputStream out) voidTypeCodeImpl.write_value(TypeCodeOutputStream tcos) voidTypeCodeImpl.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