Uses of Class
org.omg.CORBA.TCKind
Packages that use TCKind
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).
-
Uses of TCKind in com.sun.corba.ee.impl.corba
Methods in com.sun.corba.ee.impl.corba that return TCKind -
Uses of TCKind in com.sun.corba.ee.impl.dynamicany
Methods in com.sun.corba.ee.impl.dynamicany that return TCKindModifier and TypeMethodDescriptionDynAnyComplexImpl.current_member_kind()DynUnionImpl.discriminator_kind()DynUnionImpl.member_kind() -
Uses of TCKind in com.sun.corba.ee.impl.io
Methods in com.sun.corba.ee.impl.io that return TCKindModifier and TypeMethodDescription(package private) TCKindValueHandlerImpl.getJavaCharTCKind()Our JDK 1.3 and JDK 1.3.1 behavior subclasses override this. -
Uses of TCKind in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb with parameters of type TCKindModifier and TypeMethodDescriptionORBImpl.get_primitive_tc(TCKind tcKind) Get the TypeCode for a primitive type.ORBSingleton.get_primitive_tc(TCKind tckind) -
Uses of TCKind in org.omg.CORBA
Fields in org.omg.CORBA declared as TCKindModifier and TypeFieldDescriptionstatic final TCKindTCKind.tk_abstract_interfaceTheTCKindconstant whosevaluefield is initialized withTCKind._tk_abstract_interface.static final TCKindTCKind.tk_aliasTheTCKindconstant whosevaluefield is initialized withTCKind._tk_alias.static final TCKindTCKind.tk_anyTheTCKindconstant whosevaluefield is initialized withTCKind._tk_any.static final TCKindTCKind.tk_arrayTheTCKindconstant whosevaluefield is initialized withTCKind._tk_array.static final TCKindTCKind.tk_booleanTheTCKindconstant whosevaluefield is initialized withTCKind._tk_boolean.static final TCKindTCKind.tk_charTheTCKindconstant whosevaluefield is initialized withTCKind._tk_char.static final TCKindTCKind.tk_doubleTheTCKindconstant whosevaluefield is initialized withTCKind._tk_double.static final TCKindTCKind.tk_enumTheTCKindconstant whosevaluefield is initialized withTCKind._tk_enum.static final TCKindTCKind.tk_exceptTheTCKindconstant whosevaluefield is initialized withTCKind._tk_except.static final TCKindTCKind.tk_fixedTheTCKindconstant whosevaluefield is initialized withTCKind._tk_fixed.static final TCKindTCKind.tk_floatTheTCKindconstant whosevaluefield is initialized withTCKind._tk_float.static final TCKindTCKind.tk_longTheTCKindconstant whosevaluefield is initialized withTCKind._tk_long.static final TCKindTCKind.tk_longdoubleTheTCKindconstant whosevaluefield is initialized withTCKind._tk_longdouble.static final TCKindTCKind.tk_longlongTheTCKindconstant whosevaluefield is initialized withTCKind._tk_longlong.static final TCKindTCKind.tk_nativeTheTCKindconstant whosevaluefield is initialized withTCKind._tk_native.static final TCKindTCKind.tk_nullTheTCKindconstant whosevaluefield is initialized withTCKind._tk_null.static final TCKindTCKind.tk_objrefTheTCKindconstant whosevaluefield is initialized withTCKind._tk_objref.static final TCKindTCKind.tk_octetTheTCKindconstant whosevaluefield is initialized withTCKind._tk_octet.static final TCKindTCKind.tk_PrincipalTheTCKindconstant whosevaluefield is initialized withTCKind._tk_Principal.static final TCKindTCKind.tk_sequenceTheTCKindconstant whosevaluefield is initialized withTCKind._tk_sequence.static final TCKindTCKind.tk_shortTheTCKindconstant whosevaluefield is initialized withTCKind._tk_short.static final TCKindTCKind.tk_stringTheTCKindconstant whosevaluefield is initialized withTCKind._tk_string.static final TCKindTCKind.tk_structTheTCKindconstant whosevaluefield is initialized withTCKind._tk_struct.static final TCKindTCKind.tk_TypeCodeTheTCKindconstant whosevaluefield is initialized withTCKind._tk_TypeCode.static final TCKindTCKind.tk_ulongTheTCKindconstant whosevaluefield is initialized withTCKind._tk_ulong.static final TCKindTCKind.tk_ulonglongTheTCKindconstant whosevaluefield is initialized withTCKind._tk_ulonglong.static final TCKindTCKind.tk_unionTheTCKindconstant whosevaluefield is initialized withTCKind._tk_union.static final TCKindTCKind.tk_ushortTheTCKindconstant whosevaluefield is initialized withTCKind._tk_ushort.static final TCKindTCKind.tk_valueTheTCKindconstant whosevaluefield is initialized withTCKind._tk_value.static final TCKindTCKind.tk_value_boxTheTCKindconstant whosevaluefield is initialized withTCKind._tk_value_box.static final TCKindTCKind.tk_voidTheTCKindconstant whosevaluefield is initialized withTCKind._tk_void.static final TCKindTCKind.tk_wcharTheTCKindconstant whosevaluefield is initialized withTCKind._tk_wchar.static final TCKindTCKind.tk_wstringTheTCKindconstant whosevaluefield is initialized withTCKind._tk_wstring.Methods in org.omg.CORBA that return TCKindModifier and TypeMethodDescriptionDynStruct.current_member_kind()Deprecated.Returns theTCKindobject that describes the kind of the current member.DynValue.current_member_kind()Deprecated.Returns theTCKindobject that describes the current member.DynUnion.discriminator_kind()Deprecated.Returns the TCKind object associated with the discriminator of this union.static TCKindTCKind.from_int(int i) Converts the givenintto the correspondingTCKindinstance.abstract TCKindTypeCode.kind()Retrieves the kind of thisTypeCodeobject.DynUnion.member_kind()Deprecated.Returns the TCKind associated with the member of this union.Methods in org.omg.CORBA with parameters of type TCKindModifier and TypeMethodDescriptionabstract TypeCodeORB.get_primitive_tc(TCKind tcKind) Retrieves theTypeCodeobject that represents the given primitive IDL type. -
Uses of TCKind in org.omg.DynamicAny
Methods in org.omg.DynamicAny that return TCKindModifier and TypeMethodDescription_DynStructStub.current_member_kind()Returns the TCKind associated with the member at the current position._DynValueStub.current_member_kind()Returns the TCKind associated with the member at the current position.DynStructOperations.current_member_kind()Returns the TCKind associated with the member at the current position.DynStructPOATie.current_member_kind()Returns the TCKind associated with the member at the current position.DynValueOperations.current_member_kind()Returns the TCKind associated with the member at the current position.DynValuePOATie.current_member_kind()Returns the TCKind associated with the member at the current position._DynUnionStub.discriminator_kind()Returns the TCKind value of the discriminator's TypeCode.DynUnionOperations.discriminator_kind()Returns the TCKind value of the discriminator's TypeCode.DynUnionPOATie.discriminator_kind()Returns the TCKind value of the discriminator's TypeCode._DynUnionStub.member_kind()Returns the TCKind value of the currently active members TypeCode.DynUnionOperations.member_kind()Returns the TCKind value of the currently active members TypeCode.DynUnionPOATie.member_kind()Returns the TCKind value of the currently active members TypeCode.