Uses of Class
com.sun.corba.ee.impl.corba.TypeCodeImpl
Packages that use TypeCodeImpl
Package
Description
-
Uses of TypeCodeImpl in com.sun.corba.ee.impl.corba
Methods in com.sun.corba.ee.impl.corba that return TypeCodeImplModifier and TypeMethodDescriptionprotected static TypeCodeImplTypeCodeImpl.convertToNative(ORB orb, TypeCode tc) ////////////////////////////////////////////////////////////////////////TypeCodeFactory.getTypeCode(String id) TypeCodeFactory.getTypeCodeForClass(Class c) Methods in com.sun.corba.ee.impl.corba with parameters of type TypeCodeImplModifier and TypeMethodDescriptionvoidTypeCodeFactory.setTypeCode(String id, TypeCodeImpl code) voidTypeCodeFactory.setTypeCodeForClass(Class c, TypeCodeImpl tcimpl) static voidTypeCodeImplHelper.write(OutputStream ostream, TypeCodeImpl value) -
Uses of TypeCodeImpl in com.sun.corba.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return TypeCodeImplModifier and TypeMethodDescriptionTypeCodeInputStream.getTypeCodeAtPosition(int position) TypeCodeReader.getTypeCodeAtPosition(int position) WrapperInputStream.getTypeCodeAtPosition(int position) Methods in com.sun.corba.ee.impl.encoding with parameters of type TypeCodeImplModifier and TypeMethodDescriptionvoidTypeCodeInputStream.addTypeCodeAtPosition(TypeCodeImpl tc, int position) voidTypeCodeReader.addTypeCodeAtPosition(TypeCodeImpl tc, int position) voidWrapperInputStream.addTypeCodeAtPosition(TypeCodeImpl tc, int position) -
Uses of TypeCodeImpl in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return TypeCodeImplModifier and TypeMethodDescriptionORBImpl.getTypeCodeForClass(Class c) ORBSingleton.getTypeCodeForClass(Class c) Methods in com.sun.corba.ee.impl.orb with parameters of type TypeCodeImplModifier and TypeMethodDescriptionvoidORBImpl.setTypeCodeForClass(Class c, TypeCodeImpl tci) voidORBSingleton.setTypeCodeForClass(Class c, TypeCodeImpl tcimpl) -
Uses of TypeCodeImpl in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return TypeCodeImplMethods in com.sun.corba.ee.spi.orb with parameters of type TypeCodeImpl