Uses of Class
org.omg.CORBA.TypeCode
Packages that use TypeCode
Package
Description
-
Uses of TypeCode in com.sun.corba.se.impl.corba
Subclasses of TypeCode in com.sun.corba.se.impl.corbaMethods in com.sun.corba.se.impl.corba that return TypeCodeModifier and TypeMethodDescriptionTypeCodeImpl.concrete_base_type()TypeCodeImpl.content_type()AnyImpl.createTypeCodeForClass(Class c, ORB tcORB) Utility method for insert_Value and Util.writeAny.TypeCodeImpl.discriminator_type()static TypeCodeAnyImpl.extract_TypeCode()See the description of the general Any operations.TypeCodeImpl.get_compact_typecode()ExceptionListImpl.item(int index) TypeCodeImpl.member_type(int index) static TypeCodeTypeCodeImplHelper.read(InputStream istream) AnyImpl.type()returns the type of the element contained in the Any.static TypeCodeAnyImplHelper.type()static TypeCodeTypeCodeImplHelper.type()Methods in com.sun.corba.se.impl.corba with parameters of type TypeCodeModifier and TypeMethodDescriptionvoidvoidRequestImpl.add_exception(TypeCode exceptionType) protected static TypeCodeImplTypeCodeImpl.convertToNative(ORB orb, TypeCode tc) final booleanbooleanTypeCodeImpl.equivalent(TypeCode tc) The equivalent operation is used by the ORB when determining type equivalence for values stored in an IDL any.AnyImpl.extractAny(TypeCode memberType, ORB orb) static AnyAnyImpl.extractAnyFromStream(TypeCode memberType, InputStream input, ORB orb) static voidvoidAnyImpl.insert_fixed(BigDecimal value, TypeCode type) voidAnyImpl.insert_Object(Object o, TypeCode tc) A variant of the insertion operation that takes a typecode argument as well.voidAnyImpl.insert_TypeCode(TypeCode tc) See the description of the general Any operations.voidAnyImpl.insert_Value(Serializable v, TypeCode t) voidAnyImpl.read_value(InputStream in, TypeCode tc) voidRequestImpl.set_return_type(TypeCode tc) voidsets the type of the element to be contained in the Any.static voidTypeCodeImplHelper.write(OutputStream ostream, TypeCode value) Constructors in com.sun.corba.se.impl.corba with parameters of type TypeCodeModifierConstructorDescriptionTypeCodeImpl(ORB orb, int creationKind, int bound, TypeCode element_type) TypeCodeImpl(ORB orb, int creationKind, String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members) TypeCodeImpl(ORB orb, int creationKind, String id, String name, TypeCode original_type) TypeCodeImpl(ORB orb, int creationKind, String id, String name, TypeCode discriminator_type, UnionMember[] members) TypeCodeImpl(ORB orb, TypeCode tc) -
Uses of TypeCode in com.sun.corba.se.impl.dynamicany
Methods in com.sun.corba.se.impl.dynamicany that return TypeCodeMethods in com.sun.corba.se.impl.dynamicany with parameters of type TypeCodeModifier and TypeMethodDescriptionDynAnyFactoryImpl.create_dyn_any_from_type_code(TypeCode type) voidDynAnyBasicImpl.insert_typecode(TypeCode value) Constructors in com.sun.corba.se.impl.dynamicany with parameters of type TypeCodeModifierConstructorDescriptionprotectedDynAnyBasicImpl(ORB orb, TypeCode typeCode) protectedDynArrayImpl(ORB orb, TypeCode typeCode) protectedDynEnumImpl(ORB orb, TypeCode typeCode) protectedDynFixedImpl(ORB orb, TypeCode typeCode) protectedDynSequenceImpl(ORB orb, TypeCode typeCode) protectedDynStructImpl(ORB orb, TypeCode typeCode) protectedDynUnionImpl(ORB orb, TypeCode typeCode) protectedDynValueBoxImpl(ORB orb, TypeCode typeCode) protectedDynValueImpl(ORB orb, TypeCode typeCode) -
Uses of TypeCode in com.sun.corba.se.impl.encoding
Methods in com.sun.corba.se.impl.encoding that return TypeCodeModifier and TypeMethodDescriptionCDRInputStream_1_0.read_TypeCode()final TypeCodeCDRInputStream.read_TypeCode()IDLJavaSerializationInputStream.read_TypeCode()MarshalInputStream.read_TypeCode()WrapperInputStream.read_TypeCode()Methods in com.sun.corba.se.impl.encoding with parameters of type TypeCodeModifier and TypeMethodDescriptionvoidCDROutputStream_1_0.write_TypeCode(TypeCode tc) final voidCDROutputStream.write_TypeCode(TypeCode value) voidMarshalOutputStream.write_TypeCode(TypeCode value) -
Uses of TypeCode in com.sun.corba.se.impl.interceptors
Methods in com.sun.corba.se.impl.interceptors that return TypeCodeModifier and TypeMethodDescriptionTypeCode[]ClientRequestInfoImpl.exceptions()See RequestInfoImpl for javadoc.abstract TypeCode[]RequestInfoImpl.exceptions()This method returns the list of exceptios that was raised when the operation was invoked.TypeCode[]ServerRequestInfoImpl.exceptions()See ServerRequestInfo for javadocs.Methods in com.sun.corba.se.impl.interceptors with parameters of type TypeCodeModifier and TypeMethodDescriptionCDREncapsCodec.decode_value(byte[] data, TypeCode tc) Decode the given octet sequence into an any based on a CDR encapsulated octet sequence. -
Uses of TypeCode in com.sun.corba.se.impl.io
Fields in com.sun.corba.se.impl.io declared as TypeCodeModifier and TypeFieldDescriptionstatic final TypeCodeIIOPInputStream.kRemoteTypeCodestatic final TypeCodeIIOPInputStream.kValueTypeCodeMethods in com.sun.corba.se.impl.io that return TypeCodeModifier and TypeMethodDescriptionstatic TypeCodeValueUtility.createTypeCodeForClass(ORB orb, Class c, ValueHandler vh) static TypeCodeValueUtility.getPrimitiveTypeCodeForClass(ORB orb, Class c, ValueHandler vh) -
Uses of TypeCode in com.sun.corba.se.impl.ior
Methods in com.sun.corba.se.impl.ior that return TypeCode -
Uses of TypeCode in com.sun.corba.se.impl.orb
Methods in com.sun.corba.se.impl.orb that return TypeCodeModifier and TypeMethodDescriptionORBImpl.create_abstract_interface_tc(String id, String name) ORBSingleton.create_abstract_interface_tc(String id, String name) ORBImpl.create_alias_tc(String id, String name, TypeCode original_type) Create a TypeCode for an alias.ORBSingleton.create_alias_tc(String id, String name, TypeCode original_type) ORBImpl.create_array_tc(int length, TypeCode element_type) Create a TypeCode for an array.ORBSingleton.create_array_tc(int length, TypeCode element_type) ORBImpl.create_enum_tc(String id, String name, String[] members) Create a TypeCode for an enum.ORBSingleton.create_enum_tc(String id, String name, String[] members) ORBImpl.create_exception_tc(String id, String name, StructMember[] members) Create a TypeCode for an exception.ORBSingleton.create_exception_tc(String id, String name, StructMember[] members) ORBImpl.create_fixed_tc(short digits, short scale) ORBSingleton.create_fixed_tc(short digits, short scale) ORBImpl.create_interface_tc(String id, String name) Create a TypeCode for an interface.ORBSingleton.create_interface_tc(String id, String name) ORBImpl.create_native_tc(String id, String name) ORBSingleton.create_native_tc(String id, String name) ORBImpl.create_recursive_sequence_tc(int bound, int offset) Create a recursive TypeCode in a sequence.ORBSingleton.create_recursive_sequence_tc(int bound, int offset) ORBImpl.create_recursive_tc(String id) ORBSingleton.create_recursive_tc(String id) ORBImpl.create_sequence_tc(int bound, TypeCode element_type) Create a TypeCode for a sequence.ORBSingleton.create_sequence_tc(int bound, TypeCode element_type) ORBImpl.create_string_tc(int bound) Create a TypeCode for a string.ORBSingleton.create_string_tc(int bound) ORBImpl.create_struct_tc(String id, String name, StructMember[] members) Create a TypeCode for a structure.ORBSingleton.create_struct_tc(String id, String name, StructMember[] members) ORBImpl.create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members) Create a TypeCode for a union.ORBSingleton.create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members) ORBImpl.create_value_box_tc(String id, String name, TypeCode boxed_type) ORBSingleton.create_value_box_tc(String id, String name, TypeCode boxed_type) ORBImpl.create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members) ORBSingleton.create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members) ORBImpl.create_wstring_tc(int bound) Create a TypeCode for a wide string.ORBSingleton.create_wstring_tc(int bound) ORBImpl.get_primitive_tc(TCKind tcKind) Get the TypeCode for a primitive type.ORBSingleton.get_primitive_tc(TCKind tckind) Methods in com.sun.corba.se.impl.orb with parameters of type TypeCodeModifier and TypeMethodDescriptionORBImpl.create_alias_tc(String id, String name, TypeCode original_type) Create a TypeCode for an alias.ORBSingleton.create_alias_tc(String id, String name, TypeCode original_type) ORBImpl.create_array_tc(int length, TypeCode element_type) Create a TypeCode for an array.ORBSingleton.create_array_tc(int length, TypeCode element_type) ORBImpl.create_sequence_tc(int bound, TypeCode element_type) Create a TypeCode for a sequence.ORBSingleton.create_sequence_tc(int bound, TypeCode element_type) ORBImpl.create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members) Create a TypeCode for a union.ORBSingleton.create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members) ORBImpl.create_value_box_tc(String id, String name, TypeCode boxed_type) ORBSingleton.create_value_box_tc(String id, String name, TypeCode boxed_type) ORBImpl.create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members) ORBSingleton.create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members) -
Uses of TypeCode in com.sun.corba.se.impl.protocol.giopmsgheaders
Methods in com.sun.corba.se.impl.protocol.giopmsgheaders that return TypeCode -
Uses of TypeCode in com.sun.corba.se.spi.activation
Methods in com.sun.corba.se.spi.activation that return TypeCodeModifier and TypeMethodDescriptionActivatorHolder._type()BadServerDefinitionHolder._type()EndPointInfoHolder._type()EndpointInfoListHolder._type()InitialNameServiceHolder._type()InvalidORBidHolder._type()LocatorHolder._type()NoSuchEndPointHolder._type()ORBAlreadyRegisteredHolder._type()ORBidListHolder._type()ORBPortInfoHolder._type()ORBPortInfoListHolder._type()POANameHolder._type()RepositoryHolder._type()ServerAlreadyActiveHolder._type()ServerAlreadyInstalledHolder._type()ServerAlreadyRegisteredHolder._type()ServerAlreadyUninstalledHolder._type()ServerHeldDownHolder._type()ServerHolder._type()ServerIdsHolder._type()ServerManagerHolder._type()ServerNotActiveHolder._type()ServerNotRegisteredHolder._type()static TypeCodeActivatorHelper.type()static TypeCodeBadServerDefinitionHelper.type()static TypeCodeEndPointInfoHelper.type()static TypeCodeEndpointInfoListHelper.type()static TypeCodeInitialNameServiceHelper.type()static TypeCodeInvalidORBidHelper.type()static TypeCodeLocatorHelper.type()static TypeCodeNoSuchEndPointHelper.type()static TypeCodeORBAlreadyRegisteredHelper.type()static TypeCodeORBidHelper.type()static TypeCodeORBidListHelper.type()static TypeCodeORBPortInfoHelper.type()static TypeCodeORBPortInfoListHelper.type()static TypeCodePOANameHelper.type()static TypeCodeRepositoryHelper.type()static TypeCodeServerAlreadyActiveHelper.type()static TypeCodeServerAlreadyInstalledHelper.type()static TypeCodeServerAlreadyRegisteredHelper.type()static TypeCodeServerAlreadyUninstalledHelper.type()static TypeCodeServerHeldDownHelper.type()static TypeCodeServerHelper.type()static TypeCodeServerIdHelper.type()static TypeCodeServerIdsHelper.type()static TypeCodeServerManagerHelper.type()static TypeCodeServerNotActiveHelper.type()static TypeCodeServerNotRegisteredHelper.type()static TypeCodeTCPPortHelper.type() -
Uses of TypeCode in com.sun.corba.se.spi.activation.InitialNameServicePackage
Methods in com.sun.corba.se.spi.activation.InitialNameServicePackage that return TypeCode -
Uses of TypeCode in com.sun.corba.se.spi.activation.LocatorPackage
Methods in com.sun.corba.se.spi.activation.LocatorPackage that return TypeCode -
Uses of TypeCode in com.sun.corba.se.spi.activation.RepositoryPackage
Methods in com.sun.corba.se.spi.activation.RepositoryPackage that return TypeCode -
Uses of TypeCode in com.sun.org.omg.CORBA
Fields in com.sun.org.omg.CORBA declared as TypeCodeModifier and TypeFieldDescriptionOperationDescription.resultAttributeDescription.typeExceptionDescription.typeParameterDescription.typeMethods in com.sun.org.omg.CORBA that return TypeCodeModifier and TypeMethodDescription_IDLTypeStub.type()static TypeCodeAttrDescriptionSeqHelper.type()static TypeCodeAttributeDescriptionHelper.type()static TypeCodeAttributeModeHelper.type()static TypeCodeContextIdentifierHelper.type()static TypeCodeContextIdSeqHelper.type()static TypeCodeDefinitionKindHelper.type()static TypeCodeExcDescriptionSeqHelper.type()static TypeCodeExceptionDescriptionHelper.type()static TypeCodeIdentifierHelper.type()static TypeCodeIDLTypeHelper.type()IDLTypeOperations.type()static TypeCodeInitializerHelper.type()static TypeCodeInitializerSeqHelper.type()static TypeCodeOpDescriptionSeqHelper.type()static TypeCodeOperationDescriptionHelper.type()static TypeCodeOperationModeHelper.type()static TypeCodeParameterDescriptionHelper.type()static TypeCodeParameterModeHelper.type()static TypeCodeParDescriptionSeqHelper.type()static TypeCodeRepositoryHelper.type()static TypeCodeRepositoryIdHelper.type()static TypeCodeRepositoryIdSeqHelper.type()static TypeCodeStructMemberHelper.type()static TypeCodeStructMemberSeqHelper.type()static TypeCodeValueMemberHelper.type()static TypeCodeValueMemberSeqHelper.type()static TypeCodeVersionSpecHelper.type()static TypeCodeVisibilityHelper.type()Constructors in com.sun.org.omg.CORBA with parameters of type TypeCodeModifierConstructorDescriptionAttributeDescription(String _name, String _id, String _defined_in, String _version, TypeCode _type, AttributeMode _mode) OperationDescription(String _name, String _id, String _defined_in, String _version, TypeCode _result, OperationMode _mode, String[] _contexts, ParameterDescription[] _parameters, ExceptionDescription[] _exceptions) ParameterDescription(String _name, TypeCode _type, IDLType _type_def, ParameterMode _mode) -
Uses of TypeCode in com.sun.org.omg.CORBA.portable
Methods in com.sun.org.omg.CORBA.portable that return TypeCode -
Uses of TypeCode in com.sun.org.omg.CORBA.ValueDefPackage
Fields in com.sun.org.omg.CORBA.ValueDefPackage declared as TypeCodeMethods in com.sun.org.omg.CORBA.ValueDefPackage that return TypeCodeConstructors in com.sun.org.omg.CORBA.ValueDefPackage with parameters of type TypeCodeModifierConstructorDescriptionFullValueDescription(String _name, String _id, boolean _is_abstract, boolean _is_custom, String _defined_in, String _version, OperationDescription[] _operations, AttributeDescription[] _attributes, ValueMember[] _members, Initializer[] _initializers, String[] _supported_interfaces, String[] _abstract_base_values, boolean _is_truncatable, String _base_value, TypeCode _type) -
Uses of TypeCode in com.sun.org.omg.SendingContext
Methods in com.sun.org.omg.SendingContext that return TypeCode -
Uses of TypeCode in com.sun.org.omg.SendingContext.CodeBasePackage
Methods in com.sun.org.omg.SendingContext.CodeBasePackage that return TypeCode -
Uses of TypeCode in org.jboss.iiop.csiv2
Methods in org.jboss.iiop.csiv2 that return TypeCode -
Uses of TypeCode in org.omg.CORBA
Fields in org.omg.CORBA declared as TypeCodeModifier and TypeFieldDescriptionOperationDescription.resultAttributeDescription.typeConstantDescription.typeExceptionDescription.typeExtAttributeDescription.typeParameterDescription.typeStructMember.typeTypeDescription.typeUnionMember.typeValueMember.typeTypeCodeHolder.valueTheTypeCodevalue held by thisTypeCodeHolderobject.Methods in org.omg.CORBA that return TypeCodeModifier and TypeMethodDescriptionAbstractInterfaceDefHolder._type()AbstractInterfaceDefSeqHolder._type()AliasDefHolder._type()AnyHolder._type()Returns theTypeCodeobject corresponding to the value held in thisAnyHolderobject.AnySeqHolder._type()ArrayDefHolder._type()AttrDescriptionSeqHolder._type()AttributeDefHolder._type()AttributeDescriptionHolder._type()AttributeModeHolder._type()BooleanHolder._type()Retrieves theTypeCodeobject that corresponds to the value held in thisBooleanHolderobject.BooleanSeqHolder._type()ByteHolder._type()Returns the TypeCode corresponding to the value held in thisByteHolderobject.CharHolder._type()Returns theTypeCodeobject corresponding to the value held in thisCharHolderobject.CharSeqHolder._type()ConstantDefHolder._type()ConstantDescriptionHolder._type()ContainedHolder._type()ContainedSeqHolder._type()ContainerHolder._type()ContextIdSeqHolder._type()CurrentHolder._type()DefinitionKindHolder._type()DoubleHolder._type()Return theTypeCodeof this holder object.DoubleSeqHolder._type()EnumDefHolder._type()EnumMemberSeqHolder._type()ExcDescriptionSeqHolder._type()ExceptionDefHolder._type()ExceptionDefSeqHolder._type()ExceptionDescriptionHolder._type()ExtAbstractInterfaceDefHolder._type()ExtAbstractInterfaceDefSeqHolder._type()ExtAttrDescriptionSeqHolder._type()ExtAttributeDefHolder._type()ExtAttributeDescriptionHolder._type()ExtInitializerHolder._type()ExtInitializerSeqHolder._type()ExtInterfaceDefHolder._type()ExtInterfaceDefSeqHolder._type()ExtLocalInterfaceDefHolder._type()ExtLocalInterfaceDefSeqHolder._type()ExtValueDefHolder._type()ExtValueDefSeqHolder._type()FixedDefHolder._type()FixedHolder._type()Return theTypeCodeof this holder object.FloatHolder._type()Return theTypeCodeof this Streamable.FloatSeqHolder._type()IDLTypeHolder._type()InitializerHolder._type()InitializerSeqHolder._type()InterfaceAttrExtensionHolder._type()InterfaceDefHolder._type()InterfaceDefSeqHolder._type()InterfaceDescriptionHolder._type()IntHolder._type()Retrieves theTypeCodeobject that corresponds to the value held in thisIntHolderobject'svaluefield.IRObjectHolder._type()LocalInterfaceDefHolder._type()LocalInterfaceDefSeqHolder._type()LongHolder._type()Returns theTypeCodeobject corresponding to the value held in the Holder.LongLongSeqHolder._type()LongSeqHolder._type()ModuleDefHolder._type()ModuleDescriptionHolder._type()NativeDefHolder._type()ObjectHolder._type()Returns the TypeCode corresponding to the value held in thisObjectHolderobjectOctetSeqHolder._type()OpDescriptionSeqHolder._type()OperationDefHolder._type()OperationDescriptionHolder._type()OperationModeHolder._type()ParameterDescriptionHolder._type()ParameterModeHolder._type()ParDescriptionSeqHolder._type()PolicyErrorHolder._type()PolicyHolder._type()PolicyListHolder._type()PrimitiveDefHolder._type()PrimitiveKindHolder._type()PrincipalHolder._type()Deprecated.RepositoryHolder._type()RepositoryIdSeqHolder._type()SequenceDefHolder._type()ServiceInformationHolder._type()Retrieves theTypeCodeobject that corresponds to the value held in thisServiceInformationHolderobject'svaluefield.ShortHolder._type()Returns the TypeCode corresponding to the value held in thisShortHolderobject.ShortSeqHolder._type()StringDefHolder._type()StringHolder._type()Retrieves theTypeCodeobject that corresponds to the value held in thisStringHolderobject.StringSeqHolder._type()StructDefHolder._type()StructMemberHolder._type()StructMemberSeqHolder._type()TCKindHolder._type()TypeCodeHolder._type()Returns the TypeCode corresponding to the value held in thisTypeCodeHolderobject.TypedefDefHolder._type()TypeDescriptionHolder._type()ULongLongSeqHolder._type()ULongSeqHolder._type()UnionDefHolder._type()UnionMemberHolder._type()UnionMemberSeqHolder._type()UnknownUserExceptionHolder._type()UShortSeqHolder._type()ValueBaseHolder._type()Returns theTypeCodeobject corresponding to the value held in the Holder.ValueBoxDefHolder._type()ValueDefHolder._type()ValueDefSeqHolder._type()ValueDescriptionHolder._type()ValueMemberDefHolder._type()ValueMemberHolder._type()ValueMemberSeqHolder._type()WCharSeqHolder._type()WrongTransactionHolder._type()WstringDefHolder._type()WStringSeqHolder._type()abstract TypeCodeTypeCode.concrete_base_type()Returns theTypeCodeobject that describes the concrete base type of the value type that thisTypeCodeobject describes.abstract TypeCodeTypeCode.content_type()Returns theTypeCodeobject representing the IDL type for the members of the object described by thisTypeCodeobject.ORB.create_abstract_interface_tc(String id, String name) Create aTypeCodeobject for an IDL abstract interface.abstract TypeCodeORB.create_alias_tc(String id, String name, TypeCode original_type) Creates aTypeCodeobject representing an IDLalias(typedef).abstract TypeCodeORB.create_array_tc(int length, TypeCode element_type) Creates aTypeCodeobject representing an IDLarray.abstract TypeCodeORB.create_enum_tc(String id, String name, String[] members) Creates aTypeCodeobject representing an IDLenum.abstract TypeCodeORB.create_exception_tc(String id, String name, StructMember[] members) Creates aTypeCodeobject representing an IDLexception.ORB.create_fixed_tc(short digits, short scale) Create aTypeCodeobject for an IDL fixed type.abstract TypeCodeORB.create_interface_tc(String id, String name) Creates aTypeCodeobject representing an IDLinterface.ORB.create_native_tc(String id, String name) Create aTypeCodeobject for an IDL native type.abstract TypeCodeORB.create_recursive_sequence_tc(int bound, int offset) Deprecated.Use a combination of create_recursive_tc and create_sequence_tc insteadORB.create_recursive_tc(String id) Create a recursiveTypeCodeobject which serves as a placeholder for a concrete TypeCode during the process of creating TypeCodes which contain recursion.abstract TypeCodeORB.create_sequence_tc(int bound, TypeCode element_type) Creates aTypeCodeobject representing an IDLsequence.abstract TypeCodeORB.create_string_tc(int bound) Creates aTypeCodeobject representing a bounded IDLstring.abstract TypeCodeORB.create_struct_tc(String id, String name, StructMember[] members) Creates aTypeCodeobject representing an IDLstruct.abstract TypeCodeORB.create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members) Creates aTypeCodeobject representing an IDLunion.ORB.create_value_box_tc(String id, String name, TypeCode boxed_type) Creates aTypeCodeobject for an IDL value box.ORB.create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members) Create aTypeCodeobject for an IDL value type.abstract TypeCodeORB.create_wstring_tc(int bound) Creates aTypeCodeobject representing a bounded IDLwstring(wide string)._UnionDefStub.discriminator_type()abstract TypeCodeTypeCode.discriminator_type()Returns aTypeCodeobject describing all non-default member labels.UnionDefOperations.discriminator_type()UnionDefPOATie.discriminator_type()_ArrayDefStub.element_type()_SequenceDefStub.element_type()ArrayDefOperations.element_type()ArrayDefPOATie.element_type()SequenceDefOperations.element_type()SequenceDefPOATie.element_type()abstract TypeCodeAny.extract_TypeCode()Extracts theTypeCodeobject in thisAnyobject'svaluefield._RepositoryStub.get_canonical_typecode(TypeCode tc) RepositoryOperations.get_canonical_typecode(TypeCode tc) RepositoryPOATie.get_canonical_typecode(TypeCode tc) abstract TypeCodeTypeCode.get_compact_typecode()Strips out all optional name and member name fields, but leaves all alias typecodes intact.abstract TypeCodeORB.get_primitive_tc(TCKind tcKind) Retrieves theTypeCodeobject that represents the given primitive IDL type.DynAny.get_typecode()Deprecated.Retrieves theorg.omg.CORBA.TypeCodecontained in thisDynAnyobject.abstract TypeCodeExceptionList.item(int index) Returns theTypeCodeobject at the given index.abstract TypeCodeTypeCode.member_type(int index) Retrieves theTypeCodeobject describing the type of the member identified by the given index.DataInputStream.read_TypeCode()Reads an IDL typecode from the input stream._OperationDefStub.result()OperationDefOperations.result()OperationDefPOATie.result()_AbstractInterfaceDefStub.type()_AliasDefStub.type()_ArrayDefStub.type()_AttributeDefStub.type()_ConstantDefStub.type()_EnumDefStub.type()_ExceptionDefStub.type()_ExtAbstractInterfaceDefStub.type()_ExtAttributeDefStub.type()_ExtInterfaceDefStub.type()_ExtLocalInterfaceDefStub.type()_ExtValueDefStub.type()_FixedDefStub.type()_IDLTypeStub.type()_InterfaceDefStub.type()_LocalInterfaceDefStub.type()_NativeDefStub.type()_PrimitiveDefStub.type()_SequenceDefStub.type()_StringDefStub.type()_StructDefStub.type()_TypedefDefStub.type()_UnionDefStub.type()_ValueBoxDefStub.type()_ValueDefStub.type()_ValueMemberDefStub.type()_WstringDefStub.type()static TypeCodeAbstractInterfaceDefHelper.type()AbstractInterfaceDefPOATie.type()static TypeCodeAbstractInterfaceDefSeqHelper.type()static TypeCodeAliasDefHelper.type()AliasDefPOATie.type()abstract TypeCodeAny.type()Returns type information for the element contained in thisAnyobject.static TypeCodeAnySeqHelper.type()static TypeCodeArrayDefHelper.type()ArrayDefPOATie.type()static TypeCodeAttrDescriptionSeqHelper.type()static TypeCodeAttributeDefHelper.type()AttributeDefOperations.type()AttributeDefPOATie.type()static TypeCodeAttributeDescriptionHelper.type()static TypeCodeAttributeModeHelper.type()static TypeCodeBooleanSeqHelper.type()static TypeCodeCharSeqHelper.type()static TypeCodeCompletionStatusHelper.type()static TypeCodeConstantDefHelper.type()ConstantDefOperations.type()ConstantDefPOATie.type()static TypeCodeConstantDescriptionHelper.type()static TypeCodeContainedHelper.type()static TypeCodeContainedSeqHelper.type()static TypeCodeContainerHelper.type()static TypeCodeContextIdentifierHelper.type()static TypeCodeContextIdSeqHelper.type()static TypeCodeCurrentHelper.type()static TypeCodeDefinitionKindHelper.type()static TypeCodeDoubleSeqHelper.type()DynAny.type()Deprecated.Returns theTypeCodeof the object inserted into thisDynAny.static TypeCodeEnumDefHelper.type()EnumDefPOATie.type()static TypeCodeEnumMemberSeqHelper.type()static TypeCodeExcDescriptionSeqHelper.type()static TypeCodeExceptionDefHelper.type()ExceptionDefOperations.type()ExceptionDefPOATie.type()static TypeCodeExceptionDefSeqHelper.type()static TypeCodeExceptionDescriptionHelper.type()static TypeCodeExtAbstractInterfaceDefHelper.type()ExtAbstractInterfaceDefPOATie.type()static TypeCodeExtAbstractInterfaceDefSeqHelper.type()static TypeCodeExtAttrDescriptionSeqHelper.type()static TypeCodeExtAttributeDefHelper.type()ExtAttributeDefPOATie.type()static TypeCodeExtAttributeDescriptionHelper.type()static TypeCodeExtInitializerHelper.type()static TypeCodeExtInitializerSeqHelper.type()static TypeCodeExtInterfaceDefHelper.type()ExtInterfaceDefPOATie.type()static TypeCodeExtInterfaceDefSeqHelper.type()static TypeCodeExtLocalInterfaceDefHelper.type()ExtLocalInterfaceDefPOATie.type()static TypeCodeExtLocalInterfaceDefSeqHelper.type()static TypeCodeExtValueDefHelper.type()ExtValueDefPOATie.type()static TypeCodeExtValueDefSeqHelper.type()static TypeCodeFieldNameHelper.type()static TypeCodeFixedDefHelper.type()FixedDefPOATie.type()static TypeCodeFloatSeqHelper.type()static TypeCodeIdentifierHelper.type()static TypeCodeIDLTypeHelper.type()IDLTypeOperations.type()IDLTypePOATie.type()static TypeCodeInitializerHelper.type()static TypeCodeInitializerSeqHelper.type()static TypeCodeInterfaceAttrExtensionHelper.type()static TypeCodeInterfaceDefHelper.type()InterfaceDefPOATie.type()static TypeCodeInterfaceDefSeqHelper.type()static TypeCodeInterfaceDescriptionHelper.type()static TypeCodeIRObjectHelper.type()static TypeCodeLocalInterfaceDefHelper.type()LocalInterfaceDefPOATie.type()static TypeCodeLocalInterfaceDefSeqHelper.type()static TypeCodeLongLongSeqHelper.type()static TypeCodeLongSeqHelper.type()static TypeCodeModuleDefHelper.type()static TypeCodeModuleDescriptionHelper.type()static TypeCodeNameValuePairHelper.type()static TypeCodeNativeDefHelper.type()NativeDefPOATie.type()static TypeCodeObjectHelper.type()static TypeCodeOctetSeqHelper.type()static TypeCodeOpDescriptionSeqHelper.type()static TypeCodeOperationDefHelper.type()static TypeCodeOperationDescriptionHelper.type()static TypeCodeOperationModeHelper.type()static TypeCodeParameterDescriptionHelper.type()static TypeCodeParameterModeHelper.type()static TypeCodeParDescriptionSeqHelper.type()static TypeCodePolicyErrorCodeHelper.type()static TypeCodePolicyErrorHelper.type()static TypeCodePolicyHelper.type()static TypeCodePolicyListHelper.type()static TypeCodePolicyTypeHelper.type()static TypeCodePrimitiveDefHelper.type()PrimitiveDefPOATie.type()static TypeCodePrimitiveKindHelper.type()static TypeCodeRepositoryHelper.type()static TypeCodeRepositoryIdHelper.type()static TypeCodeRepositoryIdSeqHelper.type()static TypeCodeScopedNameHelper.type()static TypeCodeSequenceDefHelper.type()SequenceDefPOATie.type()static TypeCodeServiceDetailHelper.type()static TypeCodeServiceInformationHelper.type()static TypeCodeSetOverrideTypeHelper.type()static TypeCodeShortSeqHelper.type()static TypeCodeStringDefHelper.type()StringDefPOATie.type()static TypeCodeStringSeqHelper.type()static TypeCodeStringValueHelper.type()static TypeCodeStructDefHelper.type()StructDefPOATie.type()static TypeCodeStructMemberHelper.type()static TypeCodeStructMemberSeqHelper.type()static TypeCodeTCKindHelper.type()static TypeCodeTypedefDefHelper.type()TypedefDefPOATie.type()static TypeCodeTypeDescriptionHelper.type()static TypeCodeULongLongSeqHelper.type()static TypeCodeULongSeqHelper.type()static TypeCodeUnionDefHelper.type()UnionDefPOATie.type()static TypeCodeUnionMemberHelper.type()static TypeCodeUnionMemberSeqHelper.type()static TypeCodeUnknownUserExceptionHelper.type()static TypeCodeUShortSeqHelper.type()static TypeCodeValueBaseHelper.type()static TypeCodeValueBoxDefHelper.type()ValueBoxDefPOATie.type()static TypeCodeValueDefHelper.type()ValueDefPOATie.type()static TypeCodeValueDefSeqHelper.type()static TypeCodeValueDescriptionHelper.type()static TypeCodeValueMemberDefHelper.type()ValueMemberDefOperations.type()ValueMemberDefPOATie.type()static TypeCodeValueMemberHelper.type()static TypeCodeValueMemberSeqHelper.type()static TypeCodeVersionSpecHelper.type()static TypeCodeVisibilityHelper.type()static TypeCodeWCharSeqHelper.type()static TypeCodeWrongTransactionHelper.type()static TypeCodeWstringDefHelper.type()WstringDefPOATie.type()static TypeCodeWStringSeqHelper.type()static TypeCodeWStringValueHelper.type()Methods in org.omg.CORBA with parameters of type TypeCodeModifier and TypeMethodDescriptionabstract voidAdds aTypeCodeobject describing an exception to thisExceptionListobject.abstract TypeCodeORB.create_alias_tc(String id, String name, TypeCode original_type) Creates aTypeCodeobject representing an IDLalias(typedef).abstract TypeCodeORB.create_array_tc(int length, TypeCode element_type) Creates aTypeCodeobject representing an IDLarray.ORB.create_basic_dyn_any(TypeCode type) Deprecated.Use the new DynAnyFactory API insteadORB.create_dyn_array(TypeCode type) Deprecated.Use the new DynAnyFactory API insteadORB.create_dyn_enum(TypeCode type) Deprecated.Use the new DynAnyFactory API insteadORB.create_dyn_sequence(TypeCode type) Deprecated.Use the new DynAnyFactory API insteadORB.create_dyn_struct(TypeCode type) Deprecated.Use the new DynAnyFactory API insteadORB.create_dyn_union(TypeCode type) Deprecated.Use the new DynAnyFactory API insteadabstract TypeCodeORB.create_sequence_tc(int bound, TypeCode element_type) Creates aTypeCodeobject representing an IDLsequence.abstract TypeCodeORB.create_union_tc(String id, String name, TypeCode discriminator_type, UnionMember[] members) Creates aTypeCodeobject representing an IDLunion.ORB.create_value_box_tc(String id, String name, TypeCode boxed_type) Creates aTypeCodeobject for an IDL value box.ORB.create_value_tc(String id, String name, short type_modifier, TypeCode concrete_base, ValueMember[] members) Create aTypeCodeobject for an IDL value type.abstract booleanCompares thisTypeCodeobject with the given one, testing for equality.abstract booleanTypeCode.equivalent(TypeCode tc) Tests to see if the givenTypeCodeobject is equivalent to thisTypeCodeobject._RepositoryStub.get_canonical_typecode(TypeCode tc) RepositoryOperations.get_canonical_typecode(TypeCode tc) RepositoryPOATie.get_canonical_typecode(TypeCode tc) voidAny.insert_fixed(BigDecimal value, TypeCode type) Throws anorg.omg.CORBA.NO_IMPLEMENTexception.abstract voidAny.insert_Object(Object o, TypeCode t) Inserts the givenorg.omg.CORBA.Objectobject into thisAnyobject'svaluefield.voidDynAny.insert_typecode(TypeCode value) Deprecated.Inserts the givenorg.omg.CORBA.TypeCodeas the value for thisDynAnyobject.abstract voidAny.insert_TypeCode(TypeCode t) Inserts the givenTypeCodeobject into thisAnyobject'svaluefield.abstract voidAny.insert_Value(Serializable v, TypeCode t) Inserts the givenjava.io.Serializableobject into thisAnyobject'svaluefield.abstract voidAny.read_value(InputStream is, TypeCode t) Reads off (unmarshals) the value of anAnyobject from the given input stream using the given typecode.abstract voidRequest.set_return_type(TypeCode tc) Sets the typecode for the return value of the method.abstract voidSets thisAnyobject'stypefield to the givenTypeCodeobject and clears its value.voidDataOutputStream.write_TypeCode(TypeCode value) Writes the typecode to the output stream.Constructors in org.omg.CORBA with parameters of type TypeCodeModifierConstructorDescriptionAttributeDescription(String _name, String _id, String _defined_in, String _version, TypeCode _type, AttributeMode _mode) ConstantDescription(String _name, String _id, String _defined_in, String _version, TypeCode _type, Any _value) ExtAttributeDescription(String _name, String _id, String _defined_in, String _version, TypeCode _type, AttributeMode _mode, ExceptionDescription[] _get_exceptions, ExceptionDescription[] _put_exceptions) OperationDescription(String _name, String _id, String _defined_in, String _version, TypeCode _result, OperationMode _mode, String[] _contexts, ParameterDescription[] _parameters, ExceptionDescription[] _exceptions) ParameterDescription(String _name, TypeCode _type, IDLType _type_def, ParameterMode _mode) StructMember(String _name, TypeCode _type, IDLType _type_def) TypeCodeHolder(TypeCode initial) Constructs a newTypeCodeHolderobject with itsvaluefield initialized to the givenTypeCodeobject.UnionMember(String _name, Any _label, TypeCode _type, IDLType _type_def) ValueMember(String _name, String _id, String _defined_in, String _version, TypeCode _type, IDLType _type_def, short _access) -
Uses of TypeCode in org.omg.CORBA.ComponentIR
Fields in org.omg.CORBA.ComponentIR declared as TypeCodeMethods in org.omg.CORBA.ComponentIR that return TypeCodeModifier and TypeMethodDescriptionComponentDefHolder._type()ComponentDescriptionHolder._type()ConsumesDefHolder._type()ContainerHolder._type()EmitsDefHolder._type()EventDefHolder._type()EventPortDefHolder._type()EventPortDescriptionHolder._type()EventPortDescriptionSeqHolder._type()FactoryDefHolder._type()FinderDefHolder._type()HomeDefHolder._type()HomeDescriptionHolder._type()ModuleDefHolder._type()ProvidesDefHolder._type()ProvidesDescriptionHolder._type()ProvidesDescriptionSeqHolder._type()PublishesDefHolder._type()RepositoryHolder._type()UsesDefHolder._type()UsesDescriptionHolder._type()UsesDescriptionSeqHolder._type()_RepositoryStub.get_canonical_typecode(TypeCode tc) RepositoryPOATie.get_canonical_typecode(TypeCode tc) _FactoryDefStub.result()_FinderDefStub.result()FactoryDefPOATie.result()FinderDefPOATie.result()_ComponentDefStub.type()_EventDefStub.type()_HomeDefStub.type()static TypeCodeComponentDefHelper.type()ComponentDefPOATie.type()static TypeCodeComponentDescriptionHelper.type()static TypeCodeConsumesDefHelper.type()static TypeCodeContainerHelper.type()static TypeCodeEmitsDefHelper.type()static TypeCodeEventDefHelper.type()EventDefPOATie.type()static TypeCodeEventPortDefHelper.type()static TypeCodeEventPortDescriptionHelper.type()static TypeCodeEventPortDescriptionSeqHelper.type()static TypeCodeFactoryDefHelper.type()static TypeCodeFinderDefHelper.type()static TypeCodeHomeDefHelper.type()HomeDefPOATie.type()static TypeCodeHomeDescriptionHelper.type()static TypeCodeModuleDefHelper.type()static TypeCodeProvidesDefHelper.type()static TypeCodeProvidesDescriptionHelper.type()static TypeCodeProvidesDescriptionSeqHelper.type()static TypeCodePublishesDefHelper.type()static TypeCodeRepositoryHelper.type()static TypeCodeUsesDefHelper.type()static TypeCodeUsesDescriptionHelper.type()static TypeCodeUsesDescriptionSeqHelper.type()Methods in org.omg.CORBA.ComponentIR with parameters of type TypeCodeModifier and TypeMethodDescription_RepositoryStub.get_canonical_typecode(TypeCode tc) RepositoryPOATie.get_canonical_typecode(TypeCode tc) Constructors in org.omg.CORBA.ComponentIR with parameters of type TypeCodeModifierConstructorDescriptionComponentDescription(String _name, String _id, String _defined_in, String _version, String _base_component, String[] _supported_interfaces, ProvidesDescription[] _provided_interfaces, UsesDescription[] _used_interfaces, EventPortDescription[] _emits_events, EventPortDescription[] _publishes_events, EventPortDescription[] _consumes_events, ExtAttributeDescription[] _attributes, TypeCode _type) HomeDescription(String _name, String _id, String _defined_in, String _version, String _base_home, String _managed_component, ValueDescription _primary_key, OperationDescription[] _factories, OperationDescription[] _finders, OperationDescription[] _operations, ExtAttributeDescription[] _attributes, TypeCode _type) -
Uses of TypeCode in org.omg.CORBA.ContainedPackage
Methods in org.omg.CORBA.ContainedPackage that return TypeCode -
Uses of TypeCode in org.omg.CORBA.ContainerPackage
Methods in org.omg.CORBA.ContainerPackage that return TypeCode -
Uses of TypeCode in org.omg.CORBA.ExtValueDefPackage
Fields in org.omg.CORBA.ExtValueDefPackage declared as TypeCodeMethods in org.omg.CORBA.ExtValueDefPackage that return TypeCodeModifier and TypeMethodDescriptionExtFullValueDescriptionHolder._type()static TypeCodeExtFullValueDescriptionHelper.type()Constructors in org.omg.CORBA.ExtValueDefPackage with parameters of type TypeCodeModifierConstructorDescriptionExtFullValueDescription(String _name, String _id, boolean _is_abstract, boolean _is_custom, String _defined_in, String _version, OperationDescription[] _operations, ExtAttributeDescription[] _attributes, ValueMember[] _members, ExtInitializer[] _initializers, String[] _supported_interfaces, String[] _abstract_base_values, boolean _is_truncatable, String _base_value, TypeCode _type) -
Uses of TypeCode in org.omg.CORBA.InterfaceAttrExtensionPackage
Fields in org.omg.CORBA.InterfaceAttrExtensionPackage declared as TypeCodeMethods in org.omg.CORBA.InterfaceAttrExtensionPackage that return TypeCodeModifier and TypeMethodDescriptionExtFullInterfaceDescriptionHolder._type()static TypeCodeExtFullInterfaceDescriptionHelper.type()Constructors in org.omg.CORBA.InterfaceAttrExtensionPackage with parameters of type TypeCodeModifierConstructorDescriptionExtFullInterfaceDescription(String _name, String _id, String _defined_in, String _version, OperationDescription[] _operations, ExtAttributeDescription[] _attributes, String[] _base_interfaces, TypeCode _type) -
Uses of TypeCode in org.omg.CORBA.InterfaceDefPackage
Fields in org.omg.CORBA.InterfaceDefPackage declared as TypeCodeMethods in org.omg.CORBA.InterfaceDefPackage that return TypeCodeModifier and TypeMethodDescriptionFullInterfaceDescriptionHolder._type()static TypeCodeFullInterfaceDescriptionHelper.type()Constructors in org.omg.CORBA.InterfaceDefPackage with parameters of type TypeCodeModifierConstructorDescriptionFullInterfaceDescription(String _name, String _id, String _defined_in, String _version, OperationDescription[] _operations, AttributeDescription[] _attributes, String[] _base_interfaces, TypeCode _type, boolean _is_abstract) -
Uses of TypeCode in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that return TypeCodeModifier and TypeMethodDescriptionStreamable._type()Retrieves theTypeCodeobject corresponding to the value in thevaluefield of the Holder.abstract TypeCodeInputStream.read_TypeCode()Reads aTypeCodefrom this input stream.Methods in org.omg.CORBA.portable with parameters of type TypeCodeModifier and TypeMethodDescriptionabstract voidOutputStream.write_TypeCode(TypeCode value) Writes a TypeCode on this output stream. -
Uses of TypeCode in org.omg.CORBA.ValueDefPackage
Fields in org.omg.CORBA.ValueDefPackage declared as TypeCodeMethods in org.omg.CORBA.ValueDefPackage that return TypeCodeModifier and TypeMethodDescriptionFullValueDescriptionHolder._type()static TypeCodeFullValueDescriptionHelper.type()Constructors in org.omg.CORBA.ValueDefPackage with parameters of type TypeCodeModifierConstructorDescriptionFullValueDescription(String _name, String _id, boolean _is_abstract, boolean _is_custom, String _defined_in, String _version, OperationDescription[] _operations, AttributeDescription[] _attributes, ValueMember[] _members, Initializer[] _initializers, String[] _supported_interfaces, String[] _abstract_base_values, boolean _is_truncatable, String _base_value, TypeCode _type) -
Uses of TypeCode in org.omg.CosNaming
Methods in org.omg.CosNaming that return TypeCodeModifier and TypeMethodDescriptionBindingHolder._type()BindingIteratorHolder._type()BindingListHolder._type()BindingTypeHolder._type()NameComponentHolder._type()NameHolder._type()NamingContextExtHolder._type()NamingContextHolder._type()static TypeCodeBindingHelper.type()static TypeCodeBindingIteratorHelper.type()static TypeCodeBindingListHelper.type()static TypeCodeBindingTypeHelper.type()static TypeCodeIstringHelper.type()static TypeCodeNameComponentHelper.type()static TypeCodeNameHelper.type()static TypeCodeNamingContextExtHelper.type()static TypeCodeNamingContextHelper.type() -
Uses of TypeCode in org.omg.CosNaming.NamingContextExtPackage
Methods in org.omg.CosNaming.NamingContextExtPackage that return TypeCode -
Uses of TypeCode in org.omg.CosNaming.NamingContextPackage
Methods in org.omg.CosNaming.NamingContextPackage that return TypeCodeModifier and TypeMethodDescriptionAlreadyBoundHolder._type()CannotProceedHolder._type()InvalidNameHolder._type()NotEmptyHolder._type()NotFoundHolder._type()NotFoundReasonHolder._type()static TypeCodeAlreadyBoundHelper.type()static TypeCodeCannotProceedHelper.type()static TypeCodeInvalidNameHelper.type()static TypeCodeNotEmptyHelper.type()static TypeCodeNotFoundHelper.type()static TypeCodeNotFoundReasonHelper.type() -
Uses of TypeCode in org.omg.CSI
Methods in org.omg.CSI that return TypeCodeModifier and TypeMethodDescriptionAuthorizationElementContentsHolder._type()AuthorizationElementHolder._type()AuthorizationTokenHolder._type()CompleteEstablishContextHolder._type()ContextErrorHolder._type()EstablishContextHolder._type()GSS_NT_ExportedNameHolder._type()GSS_NT_ExportedNameListHolder._type()GSSTokenHolder._type()IdentityExtensionHolder._type()IdentityTokenHolder._type()MessageInContextHolder._type()OIDHolder._type()OIDListHolder._type()SASContextBodyHolder._type()UTF8StringHolder._type()X501DistinguishedNameHolder._type()X509CertificateChainHolder._type()static TypeCodeAuthorizationElementContentsHelper.type()static TypeCodeAuthorizationElementHelper.type()static TypeCodeAuthorizationElementTypeHelper.type()static TypeCodeAuthorizationTokenHelper.type()static TypeCodeCompleteEstablishContextHelper.type()static TypeCodeContextErrorHelper.type()static TypeCodeContextIdHelper.type()static TypeCodeEstablishContextHelper.type()static TypeCodeGSS_NT_ExportedNameHelper.type()static TypeCodeGSS_NT_ExportedNameListHelper.type()static TypeCodeGSSTokenHelper.type()static TypeCodeIdentityExtensionHelper.type()static TypeCodeIdentityTokenHelper.type()static TypeCodeIdentityTokenTypeHelper.type()static TypeCodeMessageInContextHelper.type()static TypeCodeMsgTypeHelper.type()static TypeCodeOIDHelper.type()static TypeCodeOIDListHelper.type()static TypeCodeSASContextBodyHelper.type()static TypeCodeStringOIDHelper.type()static TypeCodeUTF8StringHelper.type()static TypeCodeX501DistinguishedNameHelper.type()static TypeCodeX509CertificateChainHelper.type() -
Uses of TypeCode in org.omg.CSIIOP
Methods in org.omg.CSIIOP that return TypeCodeModifier and TypeMethodDescriptionAS_ContextSecHolder._type()CompoundSecMechanismsHolder._type()CompoundSecMechHolder._type()CompoundSecMechListHolder._type()SAS_ContextSecHolder._type()SECIOP_SEC_TRANSHolder._type()ServiceConfigurationHolder._type()ServiceConfigurationListHolder._type()ServiceSpecificNameHolder._type()TLS_SEC_TRANSHolder._type()TransportAddressHolder._type()TransportAddressListHolder._type()static TypeCodeAS_ContextSecHelper.type()static TypeCodeAssociationOptionsHelper.type()static TypeCodeCompoundSecMechanismsHelper.type()static TypeCodeCompoundSecMechHelper.type()static TypeCodeCompoundSecMechListHelper.type()static TypeCodeSAS_ContextSecHelper.type()static TypeCodeSECIOP_SEC_TRANSHelper.type()static TypeCodeServiceConfigurationHelper.type()static TypeCodeServiceConfigurationListHelper.type()static TypeCodeServiceConfigurationSyntaxHelper.type()static TypeCodeServiceSpecificNameHelper.type()static TypeCodeTLS_SEC_TRANSHelper.type()static TypeCodeTransportAddressHelper.type()static TypeCodeTransportAddressListHelper.type() -
Uses of TypeCode in org.omg.Dynamic
Fields in org.omg.Dynamic declared as TypeCodeMethods in org.omg.Dynamic that return TypeCodeModifier and TypeMethodDescriptionExceptionListHolder._type()ParameterHolder._type()ParameterListHolder._type()static TypeCode[]static TypeCode[]ExceptionListHelper.read(InputStream istream) static TypeCodeContextListHelper.type()static TypeCodeExceptionListHelper.type()static TypeCodeParameterHelper.type()static TypeCodeParameterListHelper.type()static TypeCodeRequestContextHelper.type()Methods in org.omg.Dynamic with parameters of type TypeCodeModifier and TypeMethodDescriptionstatic voidstatic voidExceptionListHelper.write(OutputStream ostream, TypeCode[] value) Constructors in org.omg.Dynamic with parameters of type TypeCode -
Uses of TypeCode in org.omg.DynamicAny
Methods in org.omg.DynamicAny that return TypeCodeModifier and TypeMethodDescriptionAnySeqHolder._type()DynAnyFactoryHolder._type()DynAnyHolder._type()DynAnySeqHolder._type()DynArrayHolder._type()DynEnumHolder._type()DynFixedHolder._type()DynSequenceHolder._type()DynStructHolder._type()DynUnionHolder._type()DynValueBoxHolder._type()DynValueCommonHolder._type()DynValueHolder._type()NameDynAnyPairHolder._type()NameDynAnyPairSeqHolder._type()NameValuePairHolder._type()NameValuePairSeqHolder._type()_DynAnyStub.get_typecode()Extracts the TypeCode object from this DynAny._DynArrayStub.get_typecode()Extracts the TypeCode object from this DynAny._DynEnumStub.get_typecode()Extracts the TypeCode object from this DynAny._DynFixedStub.get_typecode()Extracts the TypeCode object from this DynAny._DynSequenceStub.get_typecode()Extracts the TypeCode object from this DynAny._DynStructStub.get_typecode()Extracts the TypeCode object from this DynAny._DynUnionStub.get_typecode()Extracts the TypeCode object from this DynAny._DynValueBoxStub.get_typecode()Extracts the TypeCode object from this DynAny._DynValueCommonStub.get_typecode()Extracts the TypeCode object from this DynAny._DynValueStub.get_typecode()Extracts the TypeCode object from this DynAny.DynAnyOperations.get_typecode()Extracts the TypeCode object from this DynAny.DynAnyPOATie.get_typecode()Extracts the TypeCode object from this DynAny.DynArrayPOATie.get_typecode()Extracts the TypeCode object from this DynAny.DynEnumPOATie.get_typecode()Extracts the TypeCode object from this DynAny.DynFixedPOATie.get_typecode()Extracts the TypeCode object from this DynAny.DynSequencePOATie.get_typecode()Extracts the TypeCode object from this DynAny.DynStructPOATie.get_typecode()Extracts the TypeCode object from this DynAny.DynUnionPOATie.get_typecode()Extracts the TypeCode object from this DynAny.DynValueBoxPOATie.get_typecode()Extracts the TypeCode object from this DynAny.DynValueCommonPOATie.get_typecode()Extracts the TypeCode object from this DynAny.DynValuePOATie.get_typecode()Extracts the TypeCode object from this DynAny._DynAnyStub.type()Returns the TypeCode associated with this DynAny object._DynArrayStub.type()Returns the TypeCode associated with this DynAny object._DynEnumStub.type()Returns the TypeCode associated with this DynAny object._DynFixedStub.type()Returns the TypeCode associated with this DynAny object._DynSequenceStub.type()Returns the TypeCode associated with this DynAny object._DynStructStub.type()Returns the TypeCode associated with this DynAny object._DynUnionStub.type()Returns the TypeCode associated with this DynAny object._DynValueBoxStub.type()Returns the TypeCode associated with this DynAny object._DynValueCommonStub.type()Returns the TypeCode associated with this DynAny object._DynValueStub.type()Returns the TypeCode associated with this DynAny object.static TypeCodeAnySeqHelper.type()static TypeCodeDynAnyFactoryHelper.type()static TypeCodeDynAnyHelper.type()DynAnyOperations.type()Returns the TypeCode associated with this DynAny object.DynAnyPOATie.type()Returns the TypeCode associated with this DynAny object.static TypeCodeDynAnySeqHelper.type()static TypeCodeDynArrayHelper.type()DynArrayPOATie.type()Returns the TypeCode associated with this DynAny object.static TypeCodeDynEnumHelper.type()DynEnumPOATie.type()Returns the TypeCode associated with this DynAny object.static TypeCodeDynFixedHelper.type()DynFixedPOATie.type()Returns the TypeCode associated with this DynAny object.static TypeCodeDynSequenceHelper.type()DynSequencePOATie.type()Returns the TypeCode associated with this DynAny object.static TypeCodeDynStructHelper.type()DynStructPOATie.type()Returns the TypeCode associated with this DynAny object.static TypeCodeDynUnionHelper.type()DynUnionPOATie.type()Returns the TypeCode associated with this DynAny object.static TypeCodeDynValueBoxHelper.type()DynValueBoxPOATie.type()Returns the TypeCode associated with this DynAny object.static TypeCodeDynValueCommonHelper.type()DynValueCommonPOATie.type()Returns the TypeCode associated with this DynAny object.static TypeCodeDynValueHelper.type()DynValuePOATie.type()Returns the TypeCode associated with this DynAny object.static TypeCodeFieldNameHelper.type()static TypeCodeNameDynAnyPairHelper.type()static TypeCodeNameDynAnyPairSeqHelper.type()static TypeCodeNameValuePairHelper.type()static TypeCodeNameValuePairSeqHelper.type()Methods in org.omg.DynamicAny with parameters of type TypeCodeModifier and TypeMethodDescription_DynAnyFactoryStub.create_dyn_any_from_type_code(TypeCode type) Creates a DynAny from a TypeCode.DynAnyFactoryOperations.create_dyn_any_from_type_code(TypeCode type) Creates a DynAny from a TypeCode.DynAnyFactoryPOATie.create_dyn_any_from_type_code(TypeCode type) Creates a DynAny from a TypeCode.void_DynAnyStub.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.void_DynArrayStub.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.void_DynEnumStub.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.void_DynFixedStub.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.void_DynSequenceStub.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.void_DynStructStub.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.void_DynUnionStub.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.void_DynValueBoxStub.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.void_DynValueCommonStub.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.void_DynValueStub.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.voidDynAnyOperations.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.voidDynAnyPOATie.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.voidDynArrayPOATie.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.voidDynEnumPOATie.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.voidDynFixedPOATie.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.voidDynSequencePOATie.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.voidDynStructPOATie.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.voidDynUnionPOATie.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.voidDynValueBoxPOATie.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.voidDynValueCommonPOATie.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny.voidDynValuePOATie.insert_typecode(TypeCode value) Inserts a TypeCode object into the DynAny. -
Uses of TypeCode in org.omg.DynamicAny.DynAnyFactoryPackage
Methods in org.omg.DynamicAny.DynAnyFactoryPackage that return TypeCode -
Uses of TypeCode in org.omg.DynamicAny.DynAnyPackage
Methods in org.omg.DynamicAny.DynAnyPackage that return TypeCode -
Uses of TypeCode in org.omg.GSSUP
Methods in org.omg.GSSUP that return TypeCode -
Uses of TypeCode in org.omg.IOP
Methods in org.omg.IOP that return TypeCodeModifier and TypeMethodDescriptionCodecFactoryHolder._type()CodecHolder._type()EncodingHolder._type()IORHolder._type()MultipleComponentProfileHolder._type()ServiceContextHolder._type()ServiceContextListHolder._type()TaggedComponentHolder._type()TaggedComponentSeqHolder._type()TaggedProfileHolder._type()TaggedProfileSeqHolder._type()static TypeCodeCodecFactoryHelper.type()static TypeCodeCodecHelper.type()static TypeCodeComponentDataHelper.type()static TypeCodeComponentIdHelper.type()static TypeCodeEncodingFormatHelper.type()static TypeCodeEncodingHelper.type()static TypeCodeIORHelper.type()static TypeCodeMultipleComponentProfileHelper.type()static TypeCodeObjectKeyHelper.type()static TypeCodeProfileIdHelper.type()static TypeCodeServiceContextHelper.type()static TypeCodeServiceContextListHelper.type()static TypeCodeServiceIdHelper.type()static TypeCodeTaggedComponentHelper.type()static TypeCodeTaggedComponentSeqHelper.type()static TypeCodeTaggedProfileHelper.type()static TypeCodeTaggedProfileSeqHelper.type()Methods in org.omg.IOP with parameters of type TypeCode -
Uses of TypeCode in org.omg.IOP.CodecFactoryPackage
Methods in org.omg.IOP.CodecFactoryPackage that return TypeCode -
Uses of TypeCode in org.omg.IOP.CodecPackage
Methods in org.omg.IOP.CodecPackage that return TypeCode -
Uses of TypeCode in org.omg.Messaging
Methods in org.omg.Messaging that return TypeCode -
Uses of TypeCode in org.omg.PortableInterceptor
Methods in org.omg.PortableInterceptor that return TypeCodeModifier and TypeMethodDescriptionClientRequestInfoHolder._type()ClientRequestInterceptorHolder._type()CurrentHolder._type()ForwardRequestHolder._type()InterceptorHolder._type()InvalidSlotHolder._type()IORInfoHolder._type()IORInterceptor_3_0Holder._type()IORInterceptorHolder._type()ObjectReferenceFactoryHolder._type()ObjectReferenceTemplateHolder._type()ObjectReferenceTemplateSeqHolder._type()ORBInitializerHolder._type()ORBInitInfoHolder._type()PolicyFactoryHolder._type()RequestInfoHolder._type()ServerRequestInfoHolder._type()ServerRequestInterceptorHolder._type()TypeCode[]RequestInfoOperations.exceptions()Returns an array ofTypeCodeobjects describing theTypeCodes of the user exceptions that this operation invocation may throw.static TypeCodeAdapterManagerIdHelper.type()static TypeCodeAdapterNameHelper.type()static TypeCodeAdapterStateHelper.type()static TypeCodeClientRequestInfoHelper.type()static TypeCodeClientRequestInterceptorHelper.type()static TypeCodeCurrentHelper.type()static TypeCodeForwardRequestHelper.type()static TypeCodeInterceptorHelper.type()static TypeCodeInvalidSlotHelper.type()static TypeCodeIORInfoHelper.type()static TypeCodeIORInterceptor_3_0Helper.type()static TypeCodeIORInterceptorHelper.type()static TypeCodeObjectIdHelper.type()static TypeCodeObjectReferenceFactoryHelper.type()static TypeCodeObjectReferenceTemplateHelper.type()static TypeCodeObjectReferenceTemplateSeqHelper.type()static TypeCodeORBIdHelper.type()static TypeCodeORBInitializerHelper.type()static TypeCodeORBInitInfoHelper.type()static TypeCodePolicyFactoryHelper.type()static TypeCodeReplyStatusHelper.type()static TypeCodeRequestInfoHelper.type()static TypeCodeServerIdHelper.type()static TypeCodeServerRequestInfoHelper.type()static TypeCodeServerRequestInterceptorHelper.type()static TypeCodeSlotIdHelper.type() -
Uses of TypeCode in org.omg.PortableInterceptor.ORBInitInfoPackage
Methods in org.omg.PortableInterceptor.ORBInitInfoPackage that return TypeCode -
Uses of TypeCode in org.omg.PortableServer
Methods in org.omg.PortableServer that return TypeCodeModifier and TypeMethodDescriptionForwardRequestHolder._type()IdAssignmentPolicyValueHolder._type()IdUniquenessPolicyValueHolder._type()ImplicitActivationPolicyValueHolder._type()LifespanPolicyValueHolder._type()ObjectIdHolder._type()POAListHolder._type()RequestProcessingPolicyValueHolder._type()ServantActivatorHolder._type()ServantLocatorHolder._type()ServantRetentionPolicyValueHolder._type()ThreadPolicyValueHolder._type()static TypeCodeCurrentHelper.type()static TypeCodeForwardRequestHelper.type()static TypeCodeIdAssignmentPolicyValueHelper.type()static TypeCodeIdUniquenessPolicyValueHelper.type()static TypeCodeImplicitActivationPolicyValueHelper.type()static TypeCodeLifespanPolicyValueHelper.type()static TypeCodeObjectIdHelper.type()static TypeCodePOAHelper.type()static TypeCodePOAListHelper.type()static TypeCodeRequestProcessingPolicyValueHelper.type()static TypeCodeServantActivatorHelper.type()static TypeCodeServantLocatorHelper.type()static TypeCodeServantRetentionPolicyValueHelper.type()static TypeCodeThreadPolicyValueHelper.type() -
Uses of TypeCode in org.omg.PortableServer.CurrentPackage
Methods in org.omg.PortableServer.CurrentPackage that return TypeCode -
Uses of TypeCode in org.omg.PortableServer.POAManagerPackage
Methods in org.omg.PortableServer.POAManagerPackage that return TypeCode -
Uses of TypeCode in org.omg.PortableServer.POAPackage
Methods in org.omg.PortableServer.POAPackage that return TypeCodeModifier and TypeMethodDescriptionAdapterAlreadyExistsHolder._type()AdapterNonExistentHolder._type()InvalidPolicyHolder._type()NoServantHolder._type()ObjectAlreadyActiveHolder._type()ObjectNotActiveHolder._type()ServantAlreadyActiveHolder._type()ServantNotActiveHolder._type()WrongAdapterHolder._type()WrongPolicyHolder._type()static TypeCodeAdapterAlreadyExistsHelper.type()static TypeCodeAdapterNonExistentHelper.type()static TypeCodeInvalidPolicyHelper.type()static TypeCodeNoServantHelper.type()static TypeCodeObjectAlreadyActiveHelper.type()static TypeCodeObjectNotActiveHelper.type()static TypeCodeServantAlreadyActiveHelper.type()static TypeCodeServantNotActiveHelper.type()static TypeCodeWrongAdapterHelper.type()static TypeCodeWrongPolicyHelper.type() -
Uses of TypeCode in org.omg.PortableServer.ServantLocatorPackage
Methods in org.omg.PortableServer.ServantLocatorPackage that return TypeCode -
Uses of TypeCode in org.omg.Security
Methods in org.omg.Security that return TypeCode -
Uses of TypeCode in org.omg.SSLIOP
Methods in org.omg.SSLIOP that return TypeCode