Uses of Class
org.omg.CORBA.TypeCode
Packages that use TypeCode
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
Provides a portability layer, that is, a set of ORB APIs
that makes it possible for code generated
by one vendor to run on another vendor's ORB.
-
Uses of TypeCode in com.sun.corba.ee.impl.corba
Subclasses of TypeCode in com.sun.corba.ee.impl.corbaMethods in com.sun.corba.ee.impl.corba that return TypeCodeModifier and TypeMethodDescriptionTypeCodeImpl.concrete_base_type()TypeCodeImpl.content_type()static TypeCodeAnyImpl.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.ee.impl.corba with parameters of type TypeCodeModifier and TypeMethodDescriptionvoidvoidRequestImpl.add_exception(TypeCode exceptionType) protected static TypeCodeImplTypeCodeImpl.convertToNative(ORB orb, TypeCode tc) ////////////////////////////////////////////////////////////////////////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.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.ee.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.ee.impl.dynamicany
Methods in com.sun.corba.ee.impl.dynamicany that return TypeCodeMethods in com.sun.corba.ee.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.ee.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.ee.impl.encoding
Methods in com.sun.corba.ee.impl.encoding that return TypeCodeModifier and TypeMethodDescriptionfinal TypeCodeCDRInputObject.read_TypeCode()CDRInputStream_1_0.read_TypeCode()MarshalInputStream.read_TypeCode()WrapperInputStream.read_TypeCode()Methods in com.sun.corba.ee.impl.encoding with parameters of type TypeCodeModifier and TypeMethodDescriptionfinal voidCDROutputObject.write_TypeCode(TypeCode value) voidCDROutputStream_1_0.write_TypeCode(TypeCode tc) voidMarshalOutputStream.write_TypeCode(TypeCode value) -
Uses of TypeCode in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors that return TypeCodeModifier and TypeMethodDescriptionTypeCode[]ClientRequestInfoImpl.exceptions()See RequestInfoImpl for javadoc.abstract TypeCode[]RequestInfoImpl.exceptions()This method returns the list of exceptions that was raised when the operation was invoked.TypeCode[]ServerRequestInfoImpl.exceptions()See ServerRequestInfo for javadocs.Methods in com.sun.corba.ee.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.ee.impl.io
Fields in com.sun.corba.ee.impl.io declared as TypeCodeModifier and TypeFieldDescriptionstatic final TypeCodeIIOPInputStream.kRemoteTypeCodestatic final TypeCodeIIOPInputStream.kValueTypeCodeMethods in com.sun.corba.ee.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.ee.impl.ior
Methods in com.sun.corba.ee.impl.ior that return TypeCode -
Uses of TypeCode in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.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) 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) 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) 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.ee.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) ORBSingleton.create_array_tc(int length, TypeCode element_type) ORBImpl.create_sequence_tc(int bound, TypeCode element_type) 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.ee.impl.protocol.giopmsgheaders
Methods in com.sun.corba.ee.impl.protocol.giopmsgheaders that return TypeCode -
Uses of TypeCode in com.sun.corba.ee.org.omg.CSI
Methods in com.sun.corba.ee.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 com.sun.corba.ee.org.omg.CSIIOP
Methods in com.sun.corba.ee.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 com.sun.corba.ee.org.omg.GSSUP
Methods in com.sun.corba.ee.org.omg.GSSUP 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 TypeMethodDescriptionstatic 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.glassfish.corba.org.omg.CORBA
Methods in org.glassfish.corba.org.omg.CORBA that return TypeCode -
Uses of TypeCode in org.omg.CORBA
Fields in org.omg.CORBA declared as TypeCodeModifier and TypeFieldDescriptionOperationDescription.resultAttributeDescription.typeConstantDescription.typeExceptionDescription.typeParameterDescription.typeStructMember.typeThe type of the struct member described by thisStructMemberobject.TypeDescription.typeUnionMember.typeThe type of the union member described by thisUnionMemberobject.ValueMember.typeThe type of of thisvaluemember.TypeCodeHolder.valueTheTypeCodevalue held by thisTypeCodeHolderobject.Methods in org.omg.CORBA that return TypeCodeModifier and TypeMethodDescriptionAliasDefHolder._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()DoubleHolder._type()Return theTypeCodeof this holder object.DoubleSeqHolder._type()EnumDefHolder._type()EnumMemberSeqHolder._type()ExcDescriptionSeqHolder._type()ExceptionDefHolder._type()ExceptionDefSeqHolder._type()ExceptionDescriptionHolder._type()FixedHolder._type()Return theTypeCodeof this holder object.FloatHolder._type()Return theTypeCodeof this Streamable.FloatSeqHolder._type()InitializerHolder._type()InitializerSeqHolder._type()InterfaceDefHolder._type()InterfaceDefSeqHolder._type()InterfaceDescriptionHolder._type()IntHolder._type()Retrieves theTypeCodeobject that corresponds to the value held in thisIntHolderobject'svaluefield.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()StructMemberSeqHolder._type()TypeCodeHolder._type()Returns the TypeCode corresponding to the value held in thisTypeCodeHolderobject.TypedefDefHolder._type()TypeDescriptionHolder._type()ULongLongSeqHolder._type()ULongSeqHolder._type()UnionDefHolder._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()ValueMemberSeqHolder._type()WCharSeqHolder._type()WrongTransactionHolder._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.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()_AliasDefStub.type()_ArrayDefStub.type()_AttributeDefStub.type()_ConstantDefStub.type()_EnumDefStub.type()_ExceptionDefStub.type()_IDLTypeStub.type()_InterfaceDefStub.type()_NativeDefStub.type()_PrimitiveDefStub.type()_SequenceDefStub.type()_StringDefStub.type()_StructDefStub.type()_TypedefDefStub.type()_UnionDefStub.type()_ValueBoxDefStub.type()_ValueDefStub.type()_ValueMemberDefStub.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 TypeCodeFieldNameHelper.type()static TypeCodeFloatSeqHelper.type()static TypeCodeIdentifierHelper.type()static TypeCodeIDLTypeHelper.type()IDLTypeOperations.type()The type attribute describes the type defined by an object derived fromIDLType.static TypeCodeInitializerHelper.type()static TypeCodeInitializerSeqHelper.type()static TypeCodeInterfaceDefHelper.type()InterfaceDefPOATie.type()static TypeCodeInterfaceDefSeqHelper.type()static TypeCodeInterfaceDescriptionHelper.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 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 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.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) 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) Constructs aStructMemberobject initialized with the given values.TypeCodeHolder(TypeCode initial) Constructs a newTypeCodeHolderobject with itsvaluefield initialized to the givenTypeCodeobject.UnionMember(String __name, Any __label, TypeCode __type, IDLType __type_def) Constructs a newUnionMemberobject with its fields initialized to the given values.ValueMember(String __name, String __id, String __defined_in, String __version, TypeCode __type, IDLType __type_def, short __access) Constructs aValueMemberobject initialized with the given values. -
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.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, boolean _is_abstract, OperationDescription[] _operations, AttributeDescription[] _attributes, String[] _base_interfaces, TypeCode _type) -
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 a TypeCode from 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.CosTransactions
Methods in org.omg.CosTransactions that return TypeCodeModifier and TypeMethodDescriptionControlHolder._type()CoordinatorHolder._type()CurrentHolder._type()HeuristicCommitHolder._type()HeuristicHazardHolder._type()HeuristicMixedHolder._type()HeuristicRollbackHolder._type()InactiveHolder._type()InvalidControlHolder._type()InvocationPolicyHolder._type()NonTxTargetPolicyHolder._type()NotPreparedHolder._type()NoTransactionHolder._type()NotSubtransactionHolder._type()otid_tHolder._type()OTSPolicyHolder._type()PropagationContextHolder._type()RecoveryCoordinatorHolder._type()ResourceHolder._type()StatusHolder._type()SubtransactionAwareResourceHolder._type()SubtransactionsUnavailableHolder._type()SynchronizationHolder._type()SynchronizationUnavailableHolder._type()TerminatorHolder._type()TransactionalObjectHolder._type()TransactionFactoryHolder._type()TransIdentityHolder._type()UnavailableHolder._type()VoteHolder._type()static TypeCodeControlHelper.type()static TypeCodeCoordinatorHelper.type()static TypeCodeCurrentHelper.type()static TypeCodeHeuristicCommitHelper.type()static TypeCodeHeuristicHazardHelper.type()static TypeCodeHeuristicMixedHelper.type()static TypeCodeHeuristicRollbackHelper.type()static TypeCodeInactiveHelper.type()static TypeCodeInvalidControlHelper.type()static TypeCodeInvocationPolicyHelper.type()static TypeCodeInvocationPolicyValueHelper.type()static TypeCodeNonTxTargetPolicyHelper.type()static TypeCodeNonTxTargetPolicyValueHelper.type()static TypeCodeNotPreparedHelper.type()static TypeCodeNoTransactionHelper.type()static TypeCodeNotSubtransactionHelper.type()static TypeCodeotid_tHelper.type()static TypeCodeOTSPolicyHelper.type()static TypeCodeOTSPolicyValueHelper.type()static TypeCodePropagationContextHelper.type()static TypeCodeRecoveryCoordinatorHelper.type()static TypeCodeResourceHelper.type()static TypeCodeStatusHelper.type()static TypeCodeSubtransactionAwareResourceHelper.type()static TypeCodeSubtransactionsUnavailableHelper.type()static TypeCodeSynchronizationHelper.type()static TypeCodeSynchronizationUnavailableHelper.type()static TypeCodeTerminatorHelper.type()static TypeCodeTransactionalObjectHelper.type()static TypeCodeTransactionFactoryHelper.type()static TypeCodeTransIdentityHelper.type()static TypeCodeUnavailableHelper.type()static TypeCodeVoteHelper.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.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()static TypeCodeCodecFactoryHelper.type()static TypeCodeCodecHelper.type()static TypeCodeComponentIdHelper.type()static TypeCodeEncodingFormatHelper.type()static TypeCodeEncodingHelper.type()static TypeCodeIORHelper.type()static TypeCodeMultipleComponentProfileHelper.type()static TypeCodeProfileIdHelper.type()static TypeCodeServiceContextHelper.type()static TypeCodeServiceContextListHelper.type()static TypeCodeServiceIdHelper.type()static TypeCodeTaggedComponentHelper.type()static TypeCodeTaggedComponentSeqHelper.type()static TypeCodeTaggedProfileHelper.type()Methods in org.omg.IOP with parameters of type TypeCodeModifier and TypeMethodDescriptionCodecOperations.decode_value(byte[] data, TypeCode tc) Decodes the given byte array into an Any based on the givenTypeCodeand the encoding format effective for thisCodec. -
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 TypeCodeModifier and TypeMethodDescriptionMaxHopsPolicyHolder._type()PolicyValueHolder._type()PolicyValueSeqHolder._type()PriorityRangeHolder._type()QueueOrderPolicyHolder._type()RebindPolicyHolder._type()RelativeRequestTimeoutPolicyHolder._type()RelativeRoundtripTimeoutPolicyHolder._type()ReplyEndTimePolicyHolder._type()ReplyPriorityPolicyHolder._type()ReplyStartTimePolicyHolder._type()RequestEndTimePolicyHolder._type()RequestPriorityPolicyHolder._type()RequestStartTimePolicyHolder._type()RoutingPolicyHolder._type()RoutingTypeRangeHolder._type()SyncScopePolicyHolder._type()static TypeCodeMaxHopsPolicyHelper.type()static TypeCodeOrderingHelper.type()static TypeCodePolicyValueHelper.type()static TypeCodePolicyValueSeqHelper.type()static TypeCodePriorityHelper.type()static TypeCodePriorityRangeHelper.type()static TypeCodeQueueOrderPolicyHelper.type()static TypeCodeRebindModeHelper.type()static TypeCodeRebindPolicyHelper.type()static TypeCodeRelativeRequestTimeoutPolicyHelper.type()static TypeCodeRelativeRoundtripTimeoutPolicyHelper.type()static TypeCodeReplyEndTimePolicyHelper.type()static TypeCodeReplyPriorityPolicyHelper.type()static TypeCodeReplyStartTimePolicyHelper.type()static TypeCodeRequestEndTimePolicyHelper.type()static TypeCodeRequestPriorityPolicyHelper.type()static TypeCodeRequestStartTimePolicyHelper.type()static TypeCodeRoutingPolicyHelper.type()static TypeCodeRoutingTypeHelper.type()static TypeCodeRoutingTypeRangeHelper.type()static TypeCodeSyncScopeHelper.type()static TypeCodeSyncScopePolicyHelper.type() -
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 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.SendingContext
Methods in org.omg.SendingContext that return TypeCode -
Uses of TypeCode in org.omg.SendingContext.CodeBasePackage
Methods in org.omg.SendingContext.CodeBasePackage that return TypeCode -
Uses of TypeCode in org.omg.TimeBase
Methods in org.omg.TimeBase that return TypeCode