Uses of Class
org.omg.CORBA.TCKind
-
Packages that use TCKind Package Description com.sun.corba.ee.impl.corba com.sun.corba.ee.impl.dynamicany com.sun.corba.ee.impl.io com.sun.corba.ee.impl.orb org.omg.CORBA 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).org.omg.DynamicAny -
-
Uses of TCKind in com.sun.corba.ee.impl.corba
Methods in com.sun.corba.ee.impl.corba that return TCKind Modifier and Type Method Description TCKindTypeCodeImpl. kind() -
Uses of TCKind in com.sun.corba.ee.impl.dynamicany
Methods in com.sun.corba.ee.impl.dynamicany that return TCKind Modifier and Type Method Description TCKindDynAnyComplexImpl. current_member_kind()TCKindDynUnionImpl. discriminator_kind()TCKindDynUnionImpl. member_kind() -
Uses of TCKind in com.sun.corba.ee.impl.io
Methods in com.sun.corba.ee.impl.io that return TCKind Modifier and Type Method Description (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 TCKind Modifier and Type Method Description TypeCodeORBImpl. get_primitive_tc(TCKind tcKind)Get the TypeCode for a primitive type.TypeCodeORBSingleton. get_primitive_tc(TCKind tckind) -
Uses of TCKind in org.omg.CORBA
Fields in org.omg.CORBA declared as TCKind Modifier and Type Field Description static TCKindTCKind. tk_abstract_interfaceTheTCKindconstant whosevaluefield is initialized withTCKind._tk_abstract_interface.static TCKindTCKind. tk_aliasTheTCKindconstant whosevaluefield is initialized withTCKind._tk_alias.static TCKindTCKind. tk_anyTheTCKindconstant whosevaluefield is initialized withTCKind._tk_any.static TCKindTCKind. tk_arrayTheTCKindconstant whosevaluefield is initialized withTCKind._tk_array.static TCKindTCKind. tk_booleanTheTCKindconstant whosevaluefield is initialized withTCKind._tk_boolean.static TCKindTCKind. tk_charTheTCKindconstant whosevaluefield is initialized withTCKind._tk_char.static TCKindTCKind. tk_doubleTheTCKindconstant whosevaluefield is initialized withTCKind._tk_double.static TCKindTCKind. tk_enumTheTCKindconstant whosevaluefield is initialized withTCKind._tk_enum.static TCKindTCKind. tk_exceptTheTCKindconstant whosevaluefield is initialized withTCKind._tk_except.static TCKindTCKind. tk_fixedTheTCKindconstant whosevaluefield is initialized withTCKind._tk_fixed.static TCKindTCKind. tk_floatTheTCKindconstant whosevaluefield is initialized withTCKind._tk_float.static TCKindTCKind. tk_longTheTCKindconstant whosevaluefield is initialized withTCKind._tk_long.static TCKindTCKind. tk_longdoubleTheTCKindconstant whosevaluefield is initialized withTCKind._tk_longdouble.static TCKindTCKind. tk_longlongTheTCKindconstant whosevaluefield is initialized withTCKind._tk_longlong.static TCKindTCKind. tk_nativeTheTCKindconstant whosevaluefield is initialized withTCKind._tk_native.static TCKindTCKind. tk_nullTheTCKindconstant whosevaluefield is initialized withTCKind._tk_null.static TCKindTCKind. tk_objrefTheTCKindconstant whosevaluefield is initialized withTCKind._tk_objref.static TCKindTCKind. tk_octetTheTCKindconstant whosevaluefield is initialized withTCKind._tk_octet.static TCKindTCKind. tk_PrincipalTheTCKindconstant whosevaluefield is initialized withTCKind._tk_Principal.static TCKindTCKind. tk_sequenceTheTCKindconstant whosevaluefield is initialized withTCKind._tk_sequence.static TCKindTCKind. tk_shortTheTCKindconstant whosevaluefield is initialized withTCKind._tk_short.static TCKindTCKind. tk_stringTheTCKindconstant whosevaluefield is initialized withTCKind._tk_string.static TCKindTCKind. tk_structTheTCKindconstant whosevaluefield is initialized withTCKind._tk_struct.static TCKindTCKind. tk_TypeCodeTheTCKindconstant whosevaluefield is initialized withTCKind._tk_TypeCode.static TCKindTCKind. tk_ulongTheTCKindconstant whosevaluefield is initialized withTCKind._tk_ulong.static TCKindTCKind. tk_ulonglongTheTCKindconstant whosevaluefield is initialized withTCKind._tk_ulonglong.static TCKindTCKind. tk_unionTheTCKindconstant whosevaluefield is initialized withTCKind._tk_union.static TCKindTCKind. tk_ushortTheTCKindconstant whosevaluefield is initialized withTCKind._tk_ushort.static TCKindTCKind. tk_valueTheTCKindconstant whosevaluefield is initialized withTCKind._tk_value.static TCKindTCKind. tk_value_boxTheTCKindconstant whosevaluefield is initialized withTCKind._tk_value_box.static TCKindTCKind. tk_voidTheTCKindconstant whosevaluefield is initialized withTCKind._tk_void.static TCKindTCKind. tk_wcharTheTCKindconstant whosevaluefield is initialized withTCKind._tk_wchar.static TCKindTCKind. tk_wstringTheTCKindconstant whosevaluefield is initialized withTCKind._tk_wstring.Methods in org.omg.CORBA that return TCKind Modifier and Type Method Description TCKindDynStruct. current_member_kind()Deprecated.Returns theTCKindobject that describes the kind of the current member.TCKindDynValue. current_member_kind()Deprecated.Returns theTCKindobject that describes the current member.TCKindDynUnion. 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.TCKindDynUnion. member_kind()Deprecated.Returns the TCKind associated with the member of this union.Methods in org.omg.CORBA with parameters of type TCKind Modifier and Type Method Description abstract 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 TCKind Modifier and Type Method Description TCKind_DynStructStub. current_member_kind()Returns the TCKind associated with the member at the current position.TCKind_DynValueStub. current_member_kind()Returns the TCKind associated with the member at the current position.TCKindDynStructOperations. current_member_kind()Returns the TCKind associated with the member at the current position.TCKindDynStructPOATie. current_member_kind()Returns the TCKind associated with the member at the current position.TCKindDynValueOperations. current_member_kind()Returns the TCKind associated with the member at the current position.TCKindDynValuePOATie. current_member_kind()Returns the TCKind associated with the member at the current position.TCKind_DynUnionStub. discriminator_kind()Returns the TCKind value of the discriminator's TypeCode.TCKindDynUnionOperations. discriminator_kind()Returns the TCKind value of the discriminator's TypeCode.TCKindDynUnionPOATie. discriminator_kind()Returns the TCKind value of the discriminator's TypeCode.TCKind_DynUnionStub. member_kind()Returns the TCKind value of the currently active members TypeCode.TCKindDynUnionOperations. member_kind()Returns the TCKind value of the currently active members TypeCode.TCKindDynUnionPOATie. member_kind()Returns the TCKind value of the currently active members TypeCode.
-